Microsoft.ManagementConsole.FormViewDescription.FormViewDescription C# (CSharp) Method

FormViewDescription() public method

public FormViewDescription ( System controlType ) : Microsoft.ManagementConsole.Internal
controlType System
return Microsoft.ManagementConsole.Internal
        public FormViewDescription(System.Type controlType) : this()
        {
            this.ControlType = controlType;
        }

Same methods

FormViewDescription::FormViewDescription ( ) : Microsoft.ManagementConsole.Internal
FormViewDescription