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

TdxBarItemControl Class

An abstract base class for item controls that represents toolbar items.

Declaration

TdxBarItemControl = class(
    TcxIUnknownObject,
    IdxBarHintKeeper,
    IdxBarHintKeeper2,
    IdxFadingObject,
    IdxFadingObjectFadingOptions,
    IdxScaleFactor,
    IdxScreenTipProvider
)

Remarks

TdxBarItemControl is a base class for all item controls. Item controls represent items on a toolbar. One item can have several item controls. TdxBarItemControl is the ancestor of the TdxBarButtonControl, TdxBarSubItemControl, and TdxBarWinControl classes. TdxBarItemControl provides the basic properties and methods that item controls use to interact with users.

Inheritance

TObject
TcxIUnknownObject
TdxBarItemControl
See Also