Back to Devexpress

TdxBarItem.Caption Property

vcl-dxbar-dot-tdxbaritem-f084a933.md

latest1.2 KB
Original Source

TdxBarItem.Caption Property

Specifies the bar item caption.

Declaration

delphi
property Caption: string read; write;

Property Value

TypeDescription
string

The bar item caption.

|

Remarks

Use the Caption to display a bar item description. To create an accelerator in the bar item caption, add an ampersand ( & ) before the character that you designate as an accelerator key. You can handle a bar manager’s OnHandleKey event to prevent the bar manager from handling certain accelerator keys. For more information on accelerator keys, refer to this table entry in the Using the Keyboard topic.

See Also

TdxBarItem.HasAccel Property

TdxBarItemLink.Caption Property

TdxBarItem Class

TdxBarItem Members

dxBar Unit