Vcl.Taskbar.TThumbBarButtonList.Items
Delphi
property Items[Index: Integer]: TThumbBarButton read GetItem write SetItem; default;
C++
__property TThumbBarButton* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Taskbar.pas Vcl.Taskbar.hpp |
Vcl.Taskbar | TThumbBarButtonList |
説明
Windows タスク バーの TThumbBarButtonList 内の TThumbBarButton オブジェクトへのアクセスを提供します。
Items を使用すると、TThumbBarButtonList コレクション内の個々の TThumbBarButton にアクセスすることができます。
Index
パラメータの値は、コレクションの Index
プロパティに対応します。これは、コレクション内の項目の位置を表します。オブジェクトを Items 配列に追加するには、Add メソッドを使用します。
メモ: 最大 7 つの TThumbBarButton を、アプリケーション Windows タスク バーに表示することができます。