Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

DropDownButtonAppearanceDefault Property, GadgetsClass Class

Defines the default appearance of all dropdown buttons.

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

Syntax

public GadgetAppearanceEnum DropDownButtonAppearanceDefault { get; set; }
Public Property DropDownButtonAppearanceDefault As GadgetAppearanceEnum

Value

The dropdown button appearance.

The default value is GadgetAppearanceEnum.ThemedSystem.

Comments

Defines the default appearance of all dropdown buttons.

The DropDownButtonPartClass class is used to add dropdown buttons to cells. Instances of the DropDownButtonPartClass class can define the dropdown button appearance. If they specify the default setting GadgetAppearanceEnum.Default, the setting of the DropDownButtonAppearanceDefault property is used instead.

See Also GadgetsClass Class | Classes | SftTree/NET 2.0