GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolManager Class
/ DoMouseOver Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoMouseOver Method (GoToolManager)
In This Topic
Call
GoView
methods
GoView.DoObjectEnterLeave
and
GoView.DoMouseOver
.
Syntax
C#
public
virtual
void
DoMouseOver(
GoInputEventArgs
evt
)
Parameters
evt
Remarks
This method keeps track of the current document object that the mouse is over. When the current document object changes, this calls
GoView.DoObjectEnterLeave
. This also calls
GoView.DoMouseOver
.
See Also
Reference
GoToolManager Class
GoToolManager Members