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

TdxCustomRibbon Class

The base class for classes implementing different types of the Ribbon control.

Declaration

TdxCustomRibbon = class(
    TcxControl,
    IdxSkin,
    IdxRibbonFormClient,
    IdxRibbonFormNonClientPart,
    IdxRibbonFormNonClientHelper,
    IdxRibbonFormNonClientDraw,
    IdxRibbonMouseWheelReceiver,
    IdxFormKeyPreviewListener,
    IdxBarManagerMergeOperationHandler,
    IdxBarAccessibleObject
)

Remarks

The Ribbon’s major interface elements include:

  • Tab pages – assemble groups of logically related commands (features). The Ribbon can contain any number of tab pages.

  • The Ribbon Application Menu – provides commands common to the entire application.

  • The Quick Access Toolbar – provides access to frequently used commands.

The TdxCustomRibbon class implements the common functionality of the Ribbon control.

See Also