|
|
|
|
ButtonsClass Class |
ButtonsClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the ButtonsClass class describes attributes that apply to all expand/collapse buttons in a SftTree/NET control.
There is only one instance of the ButtonsClass class for one SftTree/NET control. It is accessed using the control's Buttons property.
The images defined using these properties are only used if the control's ButtonLook property is set to ButtonLookEnum.Custom.
VB |
Public Class ButtonsClass Inherits Object |
C# |
public class ButtonsClass : Object |
C++ |
public ref class ButtonsClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the optional expand/collapse button image used for an expandable item when the mouse cursor is located on the button. | |
Defines the expand/collapse button image used for an expandable item. | |
Defines the optional expand/collapse button image used for an expandable item when the button is pressed. | |
Defines the optional expand/collapse button image used for an expanded item when the mouse cursor is located on the button. | |
Defines the expand/collapse button image used for an expanded item. | |
Defines the optional expand/collapse button image used for an expanded item when the button is pressed. | |
Defines the optional images attributes that apply to all defined expand/collapse buttons images. | |
Description | |
Clears all defined default expand/collapse button images. | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a ButtonsClass instance is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace