Component Library JacekMatulewski.Util documentation

FileListBox.DragDistance Property

Gets or sets the distance item must be dragged with mouse to begin drag'n'drop process (if StartDragAutomatically is set to true).

[Visual Basic]
Public Property DragDistance As Integer
[C#]
public int DragDistance {get; set;}

See Also

FileListBox Class | JacekMatulewski.Util Namespace | MouseDrag | StartDrag