GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoOverview 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 (GoOverview)
In This Topic
Limit mouse over behavior for document objects to just show tooltips.
Syntax
C#
public
override
bool
DoMouseOver(
GoInputEventArgs
evt
)
Parameters
evt
Remarks
This is basically to support tooltips, which are more valuable when the objects are so small. Other mouse-over behavior, including hover and changing the cursor, is explicitly avoided, except over the
OverviewRect
and other view objects.
See Also
Reference
GoOverview Class
GoOverview Members