Vcl.ActnMan.TButtonProperties.TButtonType

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

Delphi

TButtonType = (btNone, btDropDown, btSplit, btGallery);

C++

enum DECLSPEC_DENUM TButtonType : unsigned char { btNone, btDropDown, btSplit, btGallery };

プロパティ

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


説明

TButtonType は、リボン グループ上で指定可能なボタンのタイプを列挙します。

次の表に、TButtonType 型で指定できる値および各値に対応する意味を示します。


説明

btNone

通常のボタン

btDropdown

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

btSplit

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

btGallery

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


関連項目