Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Colors in Listboxes
Message
From
31/05/1999 15:21:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Colors in Listboxes
Miscellaneous
Thread ID:
00224731
Message ID:
00224731
Views:
50
I'm working with colors with Listboxes,

For set the backcolor in a listbox I set ItemBackColor ( I don't understand why there isn't Backcolor )
This is Ok, but How do i set the disabledBackColor to a listbox?

I did this:

lstBox.enabled = .F.
lstBox.DisabledBackColor = RGB(125,125,125)

and nothing,

After i tried this:

lstBox.enablde = .F.
lstBox.ItemDisabledBackColor = RGB(125,125,125)

but nothing too.

Can anybody help me?
Next
Reply
Map
View

Click here to load this message in the networking platform