|
|
|
CheckBoxPartClass Constructor |
Initializes a new instance of the CheckBoxPartClass class.
Syntax CheckBoxPartClass Class (Softelvdm.Controls)
VB |
Public Sub New()
|
C# |
public CheckBoxPartClass(); |
C++ |
public: CheckBoxPartClass(); |
Enabled
Defines whether the checkbox is enabled (Enabled property). A disabled checkbox 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 checkbox state (State property).
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. |
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 CheckBoxPartClass constructor initializes a new instance of the CheckBoxPartClass class.
Version Information
Supported in version 1.0.
Products Table