Back to Devexpress

TdxBarLabel Class

vcl-dxbar-d5036b50.md

latest1.1 KB
Original Source

TdxBarLabel Class

A label in toolbars and menus.

Declaration

delphi
TdxBarLabel = class(
    TdxBarItem
)

Remarks

Labels cannot receive focus in a running application, and only used for informational purposes.

The TdxBarLabel class introduces a ShowCaption property, which controls the visibility of the label’s text, and enables this property by default.

The TdxBarLabel class is the base class for the TdxBarSeparator class.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarLabel

See Also

TdxBarItem.Caption

TdxBarLabel Members

dxBar Unit