Vcl.CategoryButtons.TCategoryButtons.DragImageList

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

Delphi

property DragImageList: TDragImageList read FDragImageList;

C++

__property Vcl::Controls::TDragImageList* DragImageList = {read=FDragImageList};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

説明

ドラッグ操作またはドック操作中に使用される画像のリスト。

DragImageList には、ドラッグ アンド ドロップ操作またはドラッグ アンド ドック操作中に表示される画像のリストが格納されています。CategoryButtons オブジェクト内のカテゴリやボタンはドラッグすることができます。

関連項目