The ThreeStateCheckBox type exposes the following members.

Properties

  Name Description
Public property AutoPostBack
Gets or sets a value indicating whether the ThreeStateCheckBox state automatically posts back to the server when clicked.
Public property CausesValidation
Gets or sets a value indicating whether validation is performed when the ThreeStateCheckBox control is selected.
Public property Checked
Gets or sets a value indicating the checked state of the checkbox, either blank, checked or unchecked.
Public property CheckedStateLabel
Public property CommandArgument
Gets or sets the data key which is available upon post back for easily identifying this particular check box.
Public property ShowText
Gets or sets a value indicating whether the ThreeStateCheckBox should show text beside the actual checkbox.
Public property ThreeStateEnabled
Gets or sets if three state check box mode is enabled.
Public property UncheckedStateLabel
Public property UndefinedStateLabel
Public property ValidationGroup
Gets or sets the group of controls for which the ThreeStateCheckBox control causes validation when it posts back to the server.

See Also