|
|
|
GadgetsClass Class |
GadgetsClass Class (Softelvdm.Controls Namespace)
An instance of the GadgetsClass class describes basic attributes of parts used in cells, such as checkboxes, buttons, etc.
VB |
Public Class GadgetsClass Inherits Object |
C# |
public class GadgetsClass : Object |
C++ |
public ref class GadgetsClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the default appearance of all buttons. | |
Defines the color used to draw the slightly dark edge of a button (GadgetAppearanceEnum.Plain only). | |
Defines the color used to draw the dark edge of a button (GadgetAppearanceEnum.Plain only). | |
Defines the color used to draw the face of a button (GadgetAppearanceEnum.Plain only). | |
Defines the color used to draw the text of a button if it is disabled. | |
Defines the color used to draw the lighted edge of a button part (GadgetAppearanceEnum.Plain only). | |
Defines the color used to draw the highlighted edge of a button (GadgetAppearanceEnum.Plain only). | |
Defines the appearance of all checkboxes. | |
Defines the default appearance of all dropdown buttons. | |
Defines the default appearance of all progressbars. | |
Defines the appearance of all radiobuttons. | |
Defines the appearance of all sorting indicators. | |
Defines the position (or offset) of the cell contents relative to the top left corner of the cell area. | |
Defines additional filler space around the contents of a header (BackgroundAppearanceEnum.ThemedSystemHeader only). | |
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 the GadgetsClass object 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. |
Version Information
Supported in version 1.0.
Products Table
See Also Softelvdm.Controls Namespace