GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / OnSingleClick Method
In This Topic
    OnSingleClick Method (GoText)
    In This Topic
    Start editing this text object on a single click if this object is editable.
    Syntax
    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