Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDragManager.DragThreshold

The threshold amount for mouse movement before delayed dragging starts (default is 5 pixels).

Declaration

Source position: controls.pp line 594

public property TDragManager.DragThreshold : Integer
  read FDragThreshold
  write FDragThreshold
  default 5;