TdxStatusBarKeyStateAppearance Members
Controls the appearance of the keyboard indicators on the status bar.Constructors
| Name | Description |
|---|---|
| Create(TdxStatusBarKeyboardState,Integer,string,TColor,string,TColor,TNotifyEvent) | Creates a new TdxStatusBarKeyStateAppearance object. |
Properties
| Name | Description |
|---|---|
| ActiveCaption | The caption displayed when the key is activated (locked). |
| ActiveFontColor | The color of an indicator font in active state. |
| Code | Gets the key code corresponding to the keyboard state caption whose appearance is specified by this TdxStatusBarKeyStateAppearance object. |
| Id | Returns a value representing the key whose appearance is specified by this TdxStatusBarKeyStateAppearance object. |
| InactiveCaption | The caption displayed when the key is inactivated (unlocked). |
| InactiveFontColor | The color of the inactive state indicator font. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetRectWidth(TcxCanvas,TdxScaleFactor) | Returns the bounding rectangle of the panel section corresponding to a specific key. |
| GetRectWidth(TcxCanvas) | |
| ToString | Inherited from TObject. |
See Also