Skip to main content
Version: 3.5

CheckState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.

public enum CheckState : Enum

Fields

NameDescription
CheckedThe control is checked.
IndeterminateIndeterminate state.
UncheckedUnchecked state.

Used By

NameDescription
CheckBox.CheckStateReturns or sets the state of the CheckBox.
CheckedListBox.GetItemCheckStateReturns a value indicating the check state of the current item.
TreeNode.CheckStateReturns or sets the checked state of the tree node.
ItemCheckEventArgs.CurrentValueReturns a value indicating the current state of the item's check box.
ItemCheckEventArgs.NewValueReturns or sets whether to set the check box for the item to be checked, unchecked, or indeterminate.
ObjectCollection.AddAdds an item to the list of items for a CheckedListBox.
ObjectCollection.InsertInserts an item into the collection at the specified index.