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