GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ DoBackgroundMouseOver Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoBackgroundMouseOver Method
In This Topic
This method is called by
DoMouseOver
when no call to
GoObject.OnMouseOver
has returned true.
Syntax
C#
public
virtual
void
DoBackgroundMouseOver(
GoInputEventArgs
evt
)
Parameters
evt
Remarks
By default this just sets the view's
Cursor
property to the value of
DefaultCursor
.
See Also
Reference
GoView Class
GoView Members