|
|
|
CheckBoxStateEnum Enumeration |
Defines the state of a checkbox.
Syntax CheckBoxStateEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum CheckBoxStateEnum |
C# |
public enum CheckBoxStateEnum |
C++ |
public enum class CheckBoxStateEnum |
Member |
Value |
Description |
Unchecked | 0 | The checkbox is unchecked. |
Checked | 1 | The checkbox is checked. |
Indeterminate | 2 | The checkbox is neither checked nor unchecked and has a shaded appearance. |
Comments
The CheckBoxStateEnum enumeration defines the state of a checkbox.
Version Information
Supported in version 1.0.
Products Table