T
Tony Johansson
Hello!
The CheckBox control has two important properties, Checked and CheckState.
The Checked
property returns either true or false. The CheckState property returns
either Checked or
Unchecked:
So why exist both the Checked and CheckState ? It would be enough with one
of these.
//Tony
The CheckBox control has two important properties, Checked and CheckState.
The Checked
property returns either true or false. The CheckState property returns
either Checked or
Unchecked:
So why exist both the Checked and CheckState ? It would be enough with one
of these.
//Tony