Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Graphical checkbox
Message
 
To
12/12/2003 15:14:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00858752
Message ID:
00859576
Views:
15
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform