GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ DetectHover Method
a
Point
in view coordinates
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DetectHover Method
In This Topic
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
C#
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.
See Also
Reference
GoView Class
GoView Members