[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDragImageListResolution.DragHotspot

Contains the mouse position for the drag image.

Declaration

Source position: controls.pp line 379

public property TDragImageListResolution.DragHotspot : TPoint
  read FDragHotspot
  write FDragHotspot;

Description

DragHotspot is a TPoint property which contains the mouse position for the Drag hostspot. The value in DragHotspot is updated when TDragImageList sets the image used for the resolution, and in the BeginDrag method.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.