Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Graphical checkbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00858752
Message ID:
00859576
Vues:
14
You could do the following:

Interactive Change Method of Checkbox(assuming you are using .T.,.F. values)
IF This.Value
This.FontBold = .T.
This.Forecolor = RGB(255,0,0)
ELSE
This.FontBold = .F.
This.Forecolor = RGB(0,0,0)
ENDIF

You could also set the background color or any other property depending upon how you actually want to make it look.

Hope this helps!

Dave :-)

>When a checkbox's style is set to graphical, is there anyway to modify its appearance when it is selected? I would like to change its color if it is selected since by default it is difficult to determine whether or not it is chosen or not.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform