GoDiagram Web Reference
DoClick Method

a GoInputEventArgs describing the input event
Any tool can call this method in order to implement the standard click behavior.
Syntax
'Declaration
 
Public Overridable Function DoClick( _
   ByVal evt As GoInputEventArgs _
) As Boolean
public virtual bool DoClick( 
   GoInputEventArgs evt
)

Parameters

evt
a GoInputEventArgs describing the input event
Remarks
By default, this just calls either GoView.DoDoubleClick or GoView.DoSingleClick, depending on whether GoInputEventArgs.DoubleClick is true.
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

GoTool Class
GoTool Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback