GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoControlObject Interface / GoControl Property
In This Topic
    GoControl Property
    In This Topic
    Gets or sets the GoControl that is managing this Control.
    Syntax
    GoControl GoControl {get; set;}
    Remarks
    This backpointer is set right after GoControl.CreateControl creates this Control. Access to the GoControl is important at several times: for initializing the control using state available in the GoControl, for saving any modified state to the GoControl, and for ending the edit.
    See Also