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.
- C#
- VB.NET
public enum CheckState : Enum
Public Enum CheckState As [Enum]
Fields
| Name | Description |
|---|---|
| Checked | The control is checked. |
| Indeterminate | Indeterminate state. |
| Unchecked | Unchecked state. |
Used By
| Name | Description |
|---|---|
| CheckBox.CheckState | Returns or sets the state of the CheckBox. |
| CheckedListBox.GetItemCheckState | Returns a value indicating the check state of the current item. |
| TreeNode.CheckState | Returns or sets the checked state of the tree node. |
| ItemCheckEventArgs.CurrentValue | Returns a value indicating the current state of the item's check box. |
| ItemCheckEventArgs.NewValue | Returns or sets whether to set the check box for the item to be checked, unchecked, or indeterminate. |
| ObjectCollection.Add | Adds an item to the list of items for a CheckedListBox. |
| ObjectCollection.Insert | Inserts an item into the collection at the specified index. |