ParameterEditorUserControl.ParameterEditorUserControl Constructor
.NET Framework 3.0
Initializes a new instance of the ParameterEditorUserControl class using the specified IServiceProvider.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public ParameterEditorUserControl ( IServiceProvider serviceProvider )
public function ParameterEditorUserControl ( serviceProvider : IServiceProvider )
Not applicable.
Parameters
- serviceProvider
An IServiceProvider interface to the current design host, such as Visual Studio 2005.
The ParameterEditorUserControl constructor initializes the component controls of the ParameterEditorUserControl object, initializes UI elements, connects events for the individual component editors, and adds the component editors to the Controls collection for the ParameterEditorUserControl.
Community Additions
ADD
Show: