Vcl.Controls.TDragImageList.DragHotspot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DragHotspot: TPoint read FDragHotspot write FDragHotspot;

C++

__property System::Types::TPoint DragHotspot = {read=FDragHotspot, write=FDragHotspot};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Beschreibung

Legt die Position der sensitiven Zone (Hotspot) eines Bildes fest.

Mit DragHotspot legen Sie die Position eines Bildes in einer TDragImageList fest.

Siehe auch