Vcl.ActnMan.TButtonProperties.ButtonType

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

Delphi

property ButtonType: TButtonType read FButtonType write SetButtonType default btNone;

C++

__property TButtonType ButtonType = {read=FButtonType, write=SetButtonType, default=0};

プロパティ

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

説明

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

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



説明

btNone

通常のボタン

btDropdown

ドロップダウン メニューを表示するボタン

btSplit

ドロップダウン メニューを表示するが、デフォルトのアクションを持つボタン

btGallery

ドロップダウン ギャラリーを表示するボタン



関連項目