Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Colors in Listboxes
Message
De
31/05/1999 15:21:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Colors in Listboxes
Divers
Thread ID:
00224731
Message ID:
00224731
Vues:
49
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform