ControlProvider Constructor (Control)

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ControlProvider Class.Initializes a new instance of the ControlProvider Class.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim c As Control

Dim instance As New ControlProvider(c)

Syntax

'Declaration
Public Sub New ( _
    c As Control _
)
public ControlProvider (
    Control c
)
public:
ControlProvider (
    Control^ c
)
public ControlProvider (
    Control c
)
public function ControlProvider (
    c : Control
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ControlProvider Class
ControlProvider Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace