public virtual bool DoMouseOver( GoInputEventArgs evt )
Parameters
- evt
Return Value
true if the mouse-over occured on a document object whose GoObject.OnMouseOver method returned true
public virtual bool DoMouseOver( GoInputEventArgs evt )
Cursor
will return true from the GoObject.OnMouseOver method. This is normally called from GoToolManager.DoMouseMove, when no other more specific tools are in effect.