Vcl.Ribbon.TApplicationMenu.CommandType

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

Delphi

property CommandType: TCommandType read FCommandType write SetCommandType default ctRecent;

C++

__property TCommandType CommandType = {read=FCommandType, write=SetCommandType, default=0};

プロパティ

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

説明

CommandType には、アプリケーション メニューに表示される項目のタイプを指定します。

CommandType プロパティを使用すると、アプリケーション メニューの右ペインに表示される項目のタイプを設定または確認できます。次の表に、CommandType プロパティで指定できる値および各値の意味を示します。



説明

ctRecent

アプリケーション メニューの右ペインに、最近使った項目のリストが表示されます。

ctCommands

アプリケーション メニューの右ペインに、コマンドのリストが表示されます。



関連項目