|
|
|
|
ButtonsClass Class |
ButtonsClass Class (Softelvdm.SftTabsNET Namespace)
An instance of the ButtonsClass class describes a tab control's Close, Minimize and Restore button attributes.
There is only one instance of the ButtonsClass class for one SftTabs/NET control. It is accessed using the control's Buttons property.
Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.
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 alignment of the Close, Minimize and Restore buttons. | |
Defines whether the Close button is enabled. | |
Defines whether a Close button is available. | |
Defines whether the Close, Minimize and Restore button are as large as a tab. | |
Defines the Close, Minimize and Restore button image. | |
Defines the Close, Minimize and Restore button image for a disabled button. | |
Defines whether the Minimize button is enabled. | |
Defines whether a Minimize button is available. | |
Defines whether the Restore button is enabled. | |
Defines whether a Restore button is available. | |
Defines the tooltip for the Close button. | |
Defines the tooltip for the Minimize button. | |
Defines the tooltip for the Restore button. | |
Description | |
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 | |
ButtonsClass destructor. | |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTabsNET Namespace