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

TdxBarButtonLikeControl Class

The base class for clickable item controls, such as buttons and submenu items.

Declaration

TdxBarButtonLikeControl = class(
    TdxBarItemControl
)

Remarks

The TdxBarButtonLikeControl class introduces a SubMenuControl property, which provides access to the submenu that appears when the item control is clicked.

This class is the base class for the TdxBarButtonControl and TdxBarSubItemControl classes.

Inheritance

See Also