Vcl.ActnMan.TButtonProperties.TButtonType
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 |
ドロップダウン ギャラリーを表示するボタン |