GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / EditControl Property
In This Topic
    EditControl Property
    In This Topic
    Gets or sets the graphical object representing a Control used to edit an object in this view in a modal fashion.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoControl EditControl {get; set;}
    Remarks
    The GoControl object is added to the default view layer. The assumption is that the editor that the GoControl represents is used in a modal fashion--the corresponding Control is added to the view and gets focus. When the GoControl is removed from the view's layer, the corresponding Control loses focus and is removed from the view.
    See Also