GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Editor Property
In This Topic
    Editor Property (GoText)
    In This Topic
    Gets the GoControl used to represent a text editing Control.
    Syntax
    public override GoControl Editor {get;}

    Property Value

    may be null, when not editing
    Remarks
    This is only set by DoBeginEdit and DoEndEdit in conjunction with setting GoView.GoView.EditControl.
    See Also