GoDiagram Win Reference
DetectHover Method

a Point in view coordinates
Start or restart a timer to see if the mouse has moved; if at the end of the timer the mouse has not moved, DoMouseHover is called.
Syntax
'Declaration
 
Public Overridable Sub DetectHover( _
   ByVal viewPnt As Point _
) 
public virtual void DetectHover( 
   Point viewPnt
)

Parameters

viewPnt
a Point in view coordinates
Remarks
This is called whenever a tool wants to deliver hover events. The time the mouse must rest motionless is determined by HoverDelay. A mouse leave event will stop the hover timer.
Requirements

Target Platforms: 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

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback