Vcl.ActnMan.TGalleryProperties.TGalleryType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGalleryType = (gtDropDown, gtGrid, gtRibbon);

C++

enum DECLSPEC_DENUM TGalleryType : unsigned char { gtDropDown, gtGrid, gtRibbon };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

Description

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.


See Also