ParameterEditorUserControl Class
Assembly: System.Design (in system.design.dll)
The ParameterCollectionEditor class provides a user interface for editing the Parameter elements of ParameterCollection objects that are referenced by several different properties of controls at design time.
The ParameterEditorUserControl class encapsulates most of the functionality of the ParameterCollectionEditor. The ParameterCollectionEditor consists of an enclosing form that holds the ParameterEditorUserControl, and OK and Cancel buttons.
The AddParameters method adds an array of existing parameters to the ParameterEditorUserControl. The ClearParameters method removes all parameters from the ParameterEditorUserControl. The GetParameters method gets all parameters from the ParameterEditorUserControl.
The SetAllowCollectionChanges method controls whether additions and deletions can be made to the parameters in the ParameterEditorUserControl.
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
System.Web.UI.Design.WebControls.ParameterEditorUserControl