SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Initializes a new instance of the CheckBoxPartClass class.
Class: CheckBoxPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public CheckBoxPartClass(); public CheckBoxPartClass( CheckBoxStateEnum State ); public CheckBoxPartClass( CheckBoxStateEnum State, HAlignmentOptionalEnum HAlign, VAlignmentOptionalEnum VAlign, bool Enabled );
Public Sub New() Public Sub New( ByVal State As CheckBoxStateEnum ) Public Sub New( ByVal State As CheckBoxStateEnum, ByVal HAlign As HAlignmentOptionalEnum, ByVal VAlign As VAlignmentOptionalEnum, ByVal Enabled As Boolean )
State
Defines the checkbox state (State property).
HAlign
Defines the horizontal alignment (GenericPartClass.HAlign property) within the part's available space.
VAlign
Defines the vertical alignment (GenericPartClass.VAlign property) within the part's available space.
Enabled
Defines whether the checkbox is enabled (CheckBoxPartClass.Enabled property). A disabled checkbox cannot be clicked and appears grayed.
Initializes a new instance of the CheckBoxPartClass class.
See Also CheckBoxPartClass Class | Classes | SftTree/NET 2.0