|
|
|
|
Clear Method, ButtonsClass Class |
Clears all defined default expand/collapse button images.
Syntax ButtonsClass Class (Softelvdm.SftTreeNET)
VB |
Public Sub Clear() |
C# |
public void Clear(); |
C++ |
public: void Clear(); |
Comments
The Clear method clears all defined default expand/collapse button images.
The Clear method sets the properties ExpandableNormal, ExpandableHot, ExpandablePressed, ExpandedNormal, ExpandedHot and ExpandedPressed to null/Nothing.
The images defined using these properties are only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.