Vcl.Ribbon.TCustomRibbonGroup.HasGallery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasGallery: Boolean read GetHasGallery;

C++

__property bool HasGallery = {read=GetHasGallery, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Indicates if group has an in ribbon Gallery.

HasGallery returns True if the group has an in ribbon Gallery to display, false otherwise.