GoDiagram Web Reference
DoMouseOver Method (GoToolDragging)

Call GoView method GoView.DoObjectEnterLeave.
Syntax
'Declaration
 
Public Overridable Sub DoMouseOver( _
   ByVal evt As GoInputEventArgs _
) 
public virtual void DoMouseOver( 
   GoInputEventArgs evt
)

Parameters

evt
Remarks
This method keeps track of the current document object that the mouse is over. It ignores any objects that are part of the selection. When the current document object changes, this calls GoView.DoObjectEnterLeave.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolDragging Class
GoToolDragging Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback