Vcl.Ribbon.TApplicationMenu.Icon

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

Delphi

property Icon: TIcon read FIcon write SetIcon;

C++

__property Vcl::Graphics::TIcon* Icon = {read=FIcon, write=SetIcon};

プロパティ

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


説明

アプリケーション ボタンに表示されるアイコン。

次の 3 サイズのうちのいずれかになります: isSmallisMediumisLarge

アイコンが割り当てられていない場合、デフォルトのアプリケーション アイコン(isMedium 値)が使用されます。

関連項目