FormViewDescription.ControlType Property

 

Gets or sets the Type of the control used in the WinForm view that is created based on this view description.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public Type ControlType { get; set; }
public:
property Type^ ControlType {
    Type^ get();
    void set(Type^ value);
}
member ControlType : Type with get, set
Public Property ControlType As Type

Property Value

Type: System.Type

The type of the control

Remarks

Setting this property does not change the control for existing form view instances. Only future form view instances are affected.

See Also

FormViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top