GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoControlObject Interface / GoView Property
In This Topic
    GoView Property
    In This Topic
    Gets or sets the GoView that contains this Control.
    Syntax
    GoView GoView {get; set;}
    Remarks
    This backpointer is set right after GoControl.CreateControl creates this Control. You can probably also find the GoView by looking at this Control's Parent property.
    See Also