public int MinMouseMove { get; set; }Public Property MinMouseMove As Integer
Get
SetThe value of MinMouseMove represents a distance between the point where the user clicked and the point where the mouse was released.
If this distance is longer than MinMouseMove then ToolBar will start scrolling. Otherwise, it will consider that short mouse move a click on a Tool and it will just change SelectedToolIndex.
The distance mentioned in the first paragraph is measured only along horizontal axis (if Orientation is horizontal) or along vertical axis (if Orientation is vertical).