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 TabBar will start scrolling. Otherwise, it will consider that short mouse move was a click on a TabPage button and it will just change SelectedTabIndex.