ParameterEditorUserControl::SetAllowCollectionChanges Method (Boolean)
.NET Framework (current version)
Controls whether additions and deletions can be made to the values in the editor.
Assembly: System.Design (in System.Design.dll)
Parameters
- allowChanges
-
Type:
System::Boolean
A Boolean that indicates whether additions and deletions can be made to the ParameterCollection being edited.
The SetAllowCollectionChanges method controls whether additions and deletions can be made to the ParameterCollection element in the ParameterEditorUserControl object. The SetAllowCollectionChanges enables or disables the Up, Down, Add, and Delete buttons but it does not affect the editing of individual Parameter elements.
.NET Framework
Available since 2.0
Available since 2.0
Show: