[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 aType
that is a subclass of Control
.Type
used to specify which Control
to create.[Description("The Type used to specify which Control to create when first displayed in a GoView.")] public virtual Type ControlType {get; set;}
Type
that is a subclass of Control
.Control
for each GoView that this GoControl is being displayed in.