TdxStatusBarKeyStateAppearance.Id Property
Returns a value representing the key whose appearance is specified by this TdxStatusBarKeyStateAppearance object.
Declaration
property Id: TdxStatusBarKeyboardState read;
Property Value
Type |
---|
TdxStatusBarKeyboardState |
Remarks
Keyboard state panels display information about the state of particular keys. Thus, they have several sections – each displaying a specific key’s state. The appearance of these sections is specified by TdxStatusBarKeyStateAppearance objects. This object’s Id property returns a value that identifies the key whose appearance is affected.
The Id property is for internal use only. Most commonly, you will have no need to use it in your applications.
See Also