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

TdxBarCustomPopupComponent Class

The base class for the TdxBarCustomPopupMenu and TdxRibbonCustomMiniToolbar classes.

Declaration

TdxBarCustomPopupComponent = class(
    TdxBarComponent,
    IcxScalableComponent,
    IdxScaleFactor,
    IdxBarLinksOwner
)

Remarks

The TdxBarCustomPopupComponent class introduces the ItemLinks and Images properties, which allow you to populate the popup component with item links and provide images for them.

See Also