Vcl.JumpList.TJumpListItem.FriendlyName

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

Delphi

property FriendlyName: string read FFriendlyName write SetFriendlyName;

C++

__property System::UnicodeString FriendlyName = {read=FFriendlyName, write=SetFriendlyName};

プロパティ

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


説明

項目の表示名で、アプリケーションのジャンプ リスト上の項目に対して、Windows が表示します。

関連項目