|
|
|
State Property, CheckBoxPartClass Class |
Defines the checkbox state.
Syntax CheckBoxPartClass Class (Softelvdm.Controls)
VB |
Public Property State As CheckBoxStateEnum |
C# |
public CheckBoxStateEnum State { get; set; } |
C++ |
public: property CheckBoxStateEnum State { |
Property Value
The checkbox state.
Value |
Description |
|
0 | The checkbox is unchecked. | |
1 | The checkbox is checked. | |
2 | The checkbox is neither checked nor unchecked and has a shaded appearance. |
The default value is CheckBoxStateEnum.Unchecked.
Comments
The State property defines the checkbox state.
Version Information
Supported in version 1.0.
Products Table