Vcl.Controls.TDragImageList.DragHotspot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragHotspot: TPoint read FDragHotspot write FDragHotspot;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Description

Specifies the position of the hot spot of an image.

Use DragHotspot to determine the position of an image in a TDragImageList.

See Also