GoDiagram Web Reference
OnSingleClick Method (GoText)

Start editing this text object on a single click if this object is editable.
Syntax
'Declaration
 
Public Overrides Function OnSingleClick( _
   ByVal evt As GoInputEventArgs, _
   ByVal view As GoView _
) As Boolean
public override bool OnSingleClick( 
   GoInputEventArgs evt,
   GoView view
)

Parameters

evt
view

Return Value

True if it started editing; false if it could not.
Remarks
To be able to call GoObject.DoBeginEdit, both CanEdit and the view's GoView.CanEditObjects property must both be 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

GoText Class
GoText Members
Base Implementation in OnSingleClick

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback