Vcl.JumpList.TJumpListItem.Icon

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

Delphi

property Icon: TFileName read FIcon write SetIcon;

C++

__property System::Sysutils::TFileName Icon = {read=FIcon, write=SetIcon};

プロパティ

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


説明

アプリケーションのジャンプ リスト上の項目に対して表示されるアイコンへのパスで、項目の表示名と共に表示されます。

関連項目