G
Guest
In VB6, you could set a check box to checked, unchecked, or greyed. The
latter would be used to show a setting but disable the control.
In .Net, the third choice is not greyed, but indeterminate. And the doc
says it shows it as greyed, but checked. So how do you show greyed and
unchecked?
Disabling the control in total greys out the control's text which is less
than desirable.
latter would be used to show a setting but disable the control.
In .Net, the third choice is not greyed, but indeterminate. And the doc
says it shows it as greyed, but checked. So how do you show greyed and
unchecked?
Disabling the control in total greys out the control's text which is less
than desirable.