FormViewDescription Constructor (Type)
Initializes a new instance of the FormViewDescription class. This constructor uses the Type class of the control that is being used for the related view as a parameter.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public FormViewDescription(
Type controlType
)
public:
FormViewDescription(
Type^ controlType
)
new :
controlType:Type -> FormViewDescription
Public Sub New (
controlType As Type
)
Parameters
controlType
Type: System.TypeThe Type of the control to use.
See Also
FormViewDescription Overload
FormViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top