Back to Devexpress

TdxBarSubItemControl Class

vcl-dxbar-3fecafa7.md

latest1.5 KB
Original Source

TdxBarSubItemControl Class

A subitem on a toolbar.

Declaration

delphi
TdxBarSubItemControl = class(
    TdxBarButtonLikeControl
)

Remarks

This class represents TdxBarSubItem on a toolbar. When clicking the mouse, TdxBarSubItemControl creates a bar control of type TdxBarSubMenuControl with item controls, specified by the ItemLinks property. The arrow is drawn next to the TdxBarSubItemControl to indicate that the item control has a dropdown menu, but if the TdxBarSubItemControl is placed on the main menu toolbar, the arrow is not drawn. This class is the ancestor of the TdxBarContainerItemControl and TdxBarToolbarsListItemControl classes.

Inheritance

TObject TcxIUnknownObject TdxBarItemControl TdxBarButtonLikeControl TdxBarSubItemControl

See Also

TdxBarContainerItemControl

TdxBarSubItem

TdxBarToolbarsListItemControl

List of Bar Item Types

TdxBarSubItemControl Members

dxBar Unit