TdxRibbonGalleryControl.ShowGroupItem(TdxRibbonGalleryGroupItem) Method
Makes a specified gallery item visible within an associated in-Ribbon gallery.
Declaration
procedure ShowGroupItem(AGroupItem: TdxRibbonGalleryGroupItem);
Parameters
Name | Type |
---|---|
AGroupItem | TdxRibbonGalleryGroupItem |
Remarks
The AGroupItem parameter specifies the gallery item to be brought into view.
See Also