Vcl.JumpList.TJumpCategoryItem.CategoryName

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

Delphi

property CategoryName: string read FCategoryName write SetCategoryName;

C++

__property System::UnicodeString CategoryName = {read=FCategoryName, write=SetCategoryName};

プロパティ

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


説明

カテゴリの表示名。

これは、Windows がジャンプ リストに表示する名前です。以下のスクリーンショットの「MyCategory」を参照してください:

JumpListsMyCategoryMyItem.png

関連項目