Diff. between "greyed" and "disabled" check-box properties

kunaldua

Junior Member
Mar 26, 2002
10
0
0
Self-explantory i guess;

In VB properties of a checkbox control how is setting "checkbox.enabled=FALSE" diff. from setting "checkbox.value=2(Grayed)" ???

Thanx
Kunal


---------------------------------
Just struck me (maybe): disabling a checkbox still preserves the value/status of the checkbox - is that it??
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
When one disables a control, it is dimmed (greyed).

You can dim the control without disabling it

From the MSDN reference


<< The dimmed state typically is used to show that a check box has been disabled. >>