TcxButtonColors Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Assigned |
Specifies which button states have their corresponding color assigned by the Colors property. |
Default | Specifies the background color representing the normal state of a button when its Default property is set to True. |
Default |
Specifies the foreground color representing the normal state of a button when its Default property is set to True. |
Disabled | Specifies the background color for a disabled button. |
Disabled |
Specifies the foreground color for a disabled button. |
Hot | Specifies the background color for a button when the mouse pointer is positioned over it. |
Hot |
Specifies the foreground color for a button when the mouse pointer is positioned over it. |
Normal | Specifies the background color representing the normal state of a button when its Default property is set to False. |
Normal |
Specifies the foreground color representing the normal state of a button when its Default property is set to False. |
Pressed | Specifies the background color for a pressed button. |
Pressed |
Specifies the foreground color for a pressed button. |
#Methods
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
To |
Inherited from TObject. |
See Also