Vcl.Touch.Keyboard.TCustomKeyboardButton Properties
InheritedProtected
| BottomMargin | public | Specifies the bottom margin in pixels. |
| BoundsRect | public | Specifies the bounding rectangle of TCustomKeyboardButton. |
| Caption | public | Specifies a text string that identifies the button to the user. |
| ClientRect | public | Specifies the caption of a TCustomKeyboardButton button. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Down | public | Specifies whether an instance of the TCustomKeyboardButton class is down (pressed). |
| Height | public | Specifies the vertical size of a TCustomKeyboardButton button in pixels. |
| ID | public | Specifies a unique identifier for a TCustomKeyboardButton button. |
| Key | public | Specifies a keyboard key or a virtual key. |
| KeyImage | public | Specifies the key type of a TCustomKeyboardButton button. |
| Left | public | Specifies the horizontal coordinate of the left edge of a TCustomKeyboardButton, relative to its parent. |
| Modifier | public | Specifies whether a TCustomKeyboardButton button is a modifier key. |
| Parent | public | Specifies the TCustomKeyboardButton's parrent. |
| State | public | Specifies the state of a TCustomKeyboardButton button. |
| Top | public | Specifies the Y coordinate of the upper-left corner of a TCustomKeyboardButton, relative to its parent. |
| TopMargin | public | Specifies the top margin in pixels. |
| Width | public | Specifies the vertical size of a TCustomKeyboardButton button in pixels. |