Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

DropDownButtonPartClass Constructor

Initializes a new instance of the DropDownButtonPartClass class.

Class: DropDownButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

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 )

Parameters

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

Comments

Initializes a new instance of the DropDownButtonPartClass class.

See Also DropDownButtonPartClass Class | Classes | SftTree/NET 2.0