RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGalleryProperties.GalleryType Property

GalleryType specifies the type of a gallery button on a ribbon group.

Pascal
property GalleryType: TGalleryType;
C++
__property TGalleryType GalleryType;

Use the GalleryType property to set or check the type of a gallery button on a ribbon group. The following table lists the possible values for the GalleryType property and the meaning of each value.

Value 
Description 
gtDropDown  
A drop-down menu is used to draw the gallery.  
gtGrid  
A grid is used to draw the gallery.  
gtRibbon  
The gallery is drawn in the ribbon.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!