TdxRibbonGalleryControl Class
In This Article
Provides visual representation of an associated in-Ribbon gallery on a toolbar.
#Declaration
Delphi
TdxRibbonGalleryControl = class(
TdxBarSubItemControl
)
#Remarks
When a gallery is added to a toolbar, the corresponding TdxRibbonGalleryControl object is automatically created (see the control’s Item property). Upon initialization, it is linked to the gallery via TdxBarItemLink.
#Inheritance
TObject
TcxIUnknownObject
TdxBarItemControl
TdxBarButtonLikeControl
TdxBarSubItemControl
TdxRibbonGalleryControl
See Also