GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoText Class
/ OnSingleClick Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
OnSingleClick Method (GoText)
In This Topic
Start editing this text object on a single click if this object is editable.
Syntax
C#
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.
See Also
Reference
GoText Class
GoText Members