|
|
|
State Property, RadioButtonPartClass Class |
Defines the radiobutton state.
Syntax RadioButtonPartClass Class (Softelvdm.Controls)
VB |
Public Property State As RadioButtonStateEnum |
C# |
public RadioButtonStateEnum State { get; set; } |
C++ |
public: property RadioButtonStateEnum State { |
Property Value
The radiobutton state.
Value |
Description |
|
0 | The radiobutton is not selected. | |
1 | The radiobutton is selected. |
The default value is RadioButtonStateEnum.Unchecked.
Comments
The State property defines the radiobutton state.
Version Information
Supported in version 1.0.
Products Table