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 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