| 
 | 
 | 
 | 
| RadioButtonPartClass Constructor | 
Initializes a new instance of the RadioButtonPartClass class.
Syntax RadioButtonPartClass Class (Softelvdm.Controls)
| VB | Public Sub New()
 | 
| C# | public RadioButtonPartClass(); | 
| C++ | public:  RadioButtonPartClass(); | 
Enabled
Defines whether the radiobutton is enabled (Enabled property). A disabled radiobutton cannot be clicked and appears grayed.
HAlign
Defines the horizontal alignment (HAlign property) within the part's available space.
| Value | Description | |
| 0 | The contents are left aligned within the available space. | |
| 1 | The contents are centered within the available space. | |
| 2 | The contents are right aligned within the available space. | |
| -1 | The default value is determined by a containing object or by the environment. | 
State
Defines the radiobutton state (State property).
| Value | Description | |
| 0 | The radiobutton is not selected. | |
| 1 | The radiobutton is selected. | 
VAlign
Defines the vertical alignment (VAlign property) within the part's available space.
| Value | Description | |
| 0 | The contents are aligned with the top of the available space. | |
| 1 | The contents are vertically centered within the available space. | |
| 2 | The contents are aligned with the bottom of the available space. | |
| -1 | The default value is determined by a containing object or by the environment. | 
Comments
The RadioButtonPartClass constructor initializes a new instance of the RadioButtonPartClass class.
Version Information
Supported in version 1.0.
   Products Table