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 DropDownButtonPartClass class.
Class: DropDownButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
public DropDownButtonPartClass(); public DropDownButtonPartClass( bool Pressed, bool Enabled, GadgetAppearanceEnum Style );
Public Sub New() Public Sub New( ByVal Pressed As Boolean, ByVal Enabled As Boolean, ByVal Style As GadgetAppearanceEnum )
Pressed
Defines whether the dropdown button is currently pressed (DropDownButtonPartClass.Pressed property).
Enabled
Defines whether the dropdown button is enabled (DropDownButtonPartClass.Enabled property). A disabled dropdown button cannot be clicked and appears grayed.
Style
Defines the dropdown button appearance (DropDownButtonPartClass.Appearance property).
Initializes a new instance of the DropDownButtonPartClass class.
See Also DropDownButtonPartClass Class | Classes | SftTree/NET 2.0