GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / ControlType Property
In This Topic
    ControlType Property
    In This Topic
    Gets or sets the Type used to specify which Control to create.
    Syntax
    [Description("The Type used to specify which Control to create when first displayed in a GoView.")]
    public virtual Type ControlType {get; set;}

    Property Value

    The value must be a Type that is a subclass of Control.
    Remarks
    CreateControl uses this value to create a Control for each GoView that this GoControl is being displayed in.
    See Also