Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Type of the control for this WinForm view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Type ControlType { get; }
public:
property Type^ ControlType {
Type^ get();
}
member ControlType : Type with get
Public ReadOnly Property ControlType As Type
Property Value
Type: System.Type
The type of the control
Notes to Implementers:
The control type cannot be modified after the view has been created.
See Also
FormView Class
Microsoft.ManagementConsole Namespace
Return to top