GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / Map Property
In This Topic
    Map Property
    In This Topic
    Gets the Dictionary that maps GoViews to Controls.
    Syntax
    [Description("The dictionary that maps GoViews to Controls for this GoControl.")]
    public Dictionary<GoView,Control> Map {get;}
    Remarks
    There may be zero, one, or many views that are displaying this GoControl. Each one needs to have its own instantiation of a Control.
    See Also