Version

DoesDragNeedScrollVertical Method

Called to see if the mouse is in a location that would cause a timer to be started to trigger vertical scrolling operations.
Syntax
'Declaration
 
Function DoesDragNeedScrollVertical( _
   ByVal mouseLocation As Point, _
   ByRef timerInterval As Integer _
) As Boolean
bool DoesDragNeedScrollVertical( 
   Point mouseLocation,
   ref int timerInterval
)

Parameters

mouseLocation
The location of the mouse
timerInterval
The interval (in milliseconds) to use when starting the timer.

Return Value

Return true to start the timer
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