|
|
|
RadioButtonStateEnum Enumeration |
Defines the state of a radiobutton.
Syntax RadioButtonStateEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum RadioButtonStateEnum |
C# |
public enum RadioButtonStateEnum |
C++ |
public enum class RadioButtonStateEnum |
Member |
Value |
Description |
Unchecked | 0 | The radiobutton is not selected. |
Checked | 1 | The radiobutton is selected. |
Comments
The RadioButtonStateEnum enumeration defines the state of a radiobutton.
Version Information
Supported in version 1.0.
Products Table