Version

StartDrag() Method

Initiates a drag of the splitter bar based on the current mouse location.
Syntax
'Declaration
 
Public Overloads Sub StartDrag() 
public void StartDrag()
Remarks

Note: Since the control relies upon mouse capture to receive mouse notifications, the mouse must be down in order for the mouse messages to be routed to the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also