Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxStatusBarKeyStateAppearance.Id Property

Returns a value representing the key whose appearance is specified by this TdxStatusBarKeyStateAppearance object.

#Declaration

Delphi
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