Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

threeState property - checkbox

How manually code the 3rd state of checkbox.
I mean, sample:
checkbox1->Checked = ? for indeterminate state
Thanks...
[143 byte] By [CresJinny] at [2007-11-11 10:01:59]
# 1 Re: threeState property - checkbox
checkbox1->Checked = CheckState.Indeterminate;
Phil Weber at 2007-11-11 21:45:01 >