Vcl.ActnMan.TGalleryProperties.GalleryType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property GalleryType: TGalleryType read GetGalleryType write SetGalleryType default gtGrid;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

説明

GalleryType は、リボン グループ上のギャラリー ボタンのタイプを指定します。

GalleryType プロパティを使用すると、リボン グループ上のギャラリー ボタンのタイプを設定または確認できます。次の表に、GalleryType プロパティに指定可能な値、および各値の意味を示します。



説明

gtDropDown

ドロップダウン メニューを使用してギャラリーを描画

gtGrid

グリッドを使用してギャラリーを描画

gtRibbon

リボンの中にギャラリーを描画



関連項目