SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
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
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
SftTree/NET 2.0 - Tree Control
Initializes a new instance of the RadioButtonPartClass class.
Class: RadioButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public RadioButtonPartClass(); public RadioButtonPartClass( RadioButtonStateEnum State ); public RadioButtonPartClass( RadioButtonStateEnum State, HAlignmentOptionalEnum HAlign, VAlignmentOptionalEnum VAlign, bool Enabled );
Public Sub New() Public Sub New( ByVal State As RadioButtonStateEnum ) Public Sub New( ByVal State As RadioButtonStateEnum, ByVal HAlign As HAlignmentOptionalEnum, ByVal VAlign As VAlignmentOptionalEnum, ByVal Enabled As Boolean )
State
Defines the radiobutton state (RadioButtonPartClass.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 radiobutton is enabled (RadioButtonPartClass.Enabled property). A disabled radiobutton cannot be clicked and appears grayed.
Initializes a new instance of the RadioButtonPartClass class.
See Also RadioButtonPartClass Class | Classes | SftTree/NET 2.0
