RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TGalleryProperties.TGalleryType Enumeration

TGalleryType enumerates the possible types of a gallery button on a ribbon group.

Pascal
TGalleryType = (
  gtDropDown,
  gtGrid,
  gtRibbon
);
C++
enum TGalleryType {
  gtDropDown,
  gtGrid,
  gtRibbon
};

TGalleryType enumerates the possible types of a gallery button on a ribbon group. The following table lists the possible values for the TGalleryType type and the meaning corresponding to 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!