Vcl.ActnMan.TCommandStyle

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

Delphi

TCommandStyle = (csButton, csMenu, csSeparator, csText, csGallery, csComboBox,
csCheckBox, csRadioButton, csControl, csCustom);

C++

enum DECLSPEC_DENUM TCommandStyle : unsigned char { csButton, csMenu, csSeparator, csText, csGallery, csComboBox, csCheckBox, csRadioButton, csControl, csCustom };

プロパティ

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

説明

TCommandStyle は、コマンドに指定可能なスタイルを列挙します。

TCommandStyle は、リボン グループに配置されたコマンドに指定可能なスタイルを列挙します。TCommandStyle に指定可能な値は次のとおりです。



意味

csButton

コマンドはボタン。

csMenu

コマンドはメニュー。

csSeparator

コマンドはキャプションの区切り記号。

csText

コマンドはラベル。静的テキストのみを表示します。

csGallery

コマンドはギャラリー。

csComboBox

コマンドはコンボ ボックス。

csCheckBox

コマンドはチェック ボックス。

csRadioButton

コマンドはラジオ ボタン。

csControl

コマンドは関連付けられたカスタム TControl クラスを持ちます。

csCustom

カスタム コマンド。ユーザーが拡張可能です。



関連項目