Skip to main content
A newer version of this page is available. .

TdxBarSubItemControl Class

A subitem on a toolbar.

Declaration

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.

See Also