SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
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 SftTree.Buttons property.
The images defined using these properties are only used if the control's SftTree.ButtonLook property is set to ButtonLookEnum.Custom.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class ButtonsClass;
Public Class ButtonsClass
This class cannot be instantiated.
ExpandableHot | Defines the optional expand/collapse button image used for an expandable item when the mouse cursor is located on the button. | |
ExpandableNormal | Defines the expand/collapse button image used for an expandable item. | |
ExpandablePressed | Defines the optional expand/collapse button image used for an expandable item when the button is pressed. | |
ExpandedHot | Defines the optional expand/collapse button image used for an expanded item when the mouse cursor is located on the button. | |
ExpandedNormal | Defines the expand/collapse button image used for an expanded item. | |
ExpandedPressed | Defines the optional expand/collapse button image used for an expanded item when the button is pressed. | |
ImageAttributes | Defines the optional images attributes that apply to all defined expand/collapse buttons images. |
Clear | Clears all defined default expand/collapse button images. | |
Equals | Determines whether the specified object is equal to the current object. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetHashCode | Serves as the default hash function. | |
GetType | Gets the Type of the current instance. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. |
PropertyChanged | Occurs when a property of a ButtonsClass instance is modified. |
See Also Classes | SftTree/NET 2.0