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」を参照してください:

関連項目