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 ButtonPartClass class.
Class: ButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public ButtonPartClass(); public ButtonPartClass( bool Pressed, HAlignmentOptionalEnum HAlign, VAlignmentOptionalEnum VAlign, bool Enabled, bool Toggle, GadgetAppearanceEnum Style, Image Image, string Text, Font TextFont, Color ForeColor );
Public Sub New() Public Sub New( ByVal Pressed As Boolean, ByVal HAlign As HAlignmentOptionalEnum, ByVal VAlign As VAlignmentOptionalEnum, ByVal Enabled As Boolean, ByVal Toggle As Boolean, ByVal Style As GadgetAppearanceEnum, ByVal Image As Image, ByVal Text As String, ByVal TextFont As Font, ByVal ForeColor As Color )
Pressed
Defines whether the button is currently pressed (ButtonPartClass.Pressed 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 button is enabled (ButtonPartClass.Enabled property). A disabled button cannot be clicked and appears grayed.
Toggle
Defines whether the button is a toggle button (ButtonPartClass.Toggle property). A toggle button remains pressed once it is clicked.
Style
Defines the button appearance (ButtonPartClass.Appearance property).
Image
Defines the button image (ButtonPartClass.Image property).
Text
Defines the button's text (ButtonPartClass.Text property).
TextFont
Defines the button's text font (ButtonPartClass.Font property) or null/Nothing to use the default font.
ForeColor
Defines the button's text color (ButtonPartClass.ForeColor property).
Initializes a new instance of the ButtonPartClass class.
See Also ButtonPartClass Class | Classes | SftTree/NET 2.0