Vcl.ActnMan.TGalleryProperties.GalleryType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GalleryType: TGalleryType read GetGalleryType write SetGalleryType default gtGrid;

C++

__property TGalleryType GalleryType = {read=GetGalleryType, write=SetGalleryType, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

Description

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

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.



See Also