TdxBarCustomPopupComponent Class
In This Article
The base class for the TdxBarCustomPopupMenu and TdxRibbonCustomMiniToolbar classes.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxBarComponent
TdxBarCustomPopupComponent
See Also