GoDiagram Web Reference
DoDoubleClick Method

Perform the behavior that normally occurs upon a double click.
Syntax
'Declaration
 
Public Overridable Function DoDoubleClick( _
   ByVal evt As GoInputEventArgs _
) As Boolean
public virtual bool DoDoubleClick( 
   GoInputEventArgs evt
)

Parameters

evt

Return Value

true if the double click occured on a document object whose GoObject.OnDoubleClick method returned true
Remarks
By default this picks the document object at the event's GoInputEventArgs.DocPoint. If an object is found, it raises the ObjectDoubleClicked event and calls GoObject.OnDoubleClick on the object and on its Parents (if any) until it returns true. If no object is found at the event's point, it raises the BackgroundDoubleClicked event. This is normally called from the GoTool.GoTool.DoClick method, which is called by those tools that treat clicks in the standard fashion.
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

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback