GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CreateEditor Method
In This Topic
    CreateEditor Method (GoObject)
    In This Topic
    Create a GoControl that implements an editor for this object in the given view.
    Syntax
    public virtual GoControl CreateEditor( 
       GoView view
    )

    Parameters

    view

    Return Value

    A GoControl object to be added to a GoView that is responsible for displaying a Control to allow the user to edit this object.
    Remarks
    The default behavior is to just return null.
    See Also