CheckState property of the CheckBox control

Specify the function of CheckState property of the CheckBox control?

E

Expert

Verified

The CheckState property gets or sets state of the CheckBox.

In case the ThreeState property is set to “false”, the CheckState property value can only be set to CheckState.Indeterminate in the code and not by the user interaction.

a) Checked - CheckBox shows a check mark. The control seems sunken.

b) Unchecked - CheckBox is empty. The control seems raised.

c) Indeterminate - CheckBox shows a check mark and is shaded.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.