Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

Clear Method, ButtonsClass Class

Clears all defined default expand/collapse button images.

Class: ButtonsClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public void Clear();
Public Sub Clear()

Comments

Clears all defined default expand/collapse button images.

The Clear method sets the properties ButtonsClass.ExpandableNormal, ButtonsClass.ExpandableHot, ButtonsClass.ExpandablePressed, ButtonsClass.ExpandedNormal, ButtonsClass.ExpandedHot and ButtonsClass.ExpandedPressed to null/Nothing.

The images defined using these properties are only used if the control's SftTree.ButtonLook property is set to ButtonLookEnum.Custom.

See Also ButtonsClass Class | Classes | SftTree/NET 2.0