ParameterEditorUserControl.SetAllowCollectionChanges(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls whether additions and deletions can be made to the values in the editor.
public:
void SetAllowCollectionChanges(bool allowChanges);
public void SetAllowCollectionChanges (bool allowChanges);
member this.SetAllowCollectionChanges : bool -> unit
Public Sub SetAllowCollectionChanges (allowChanges As Boolean)
Parameters
- allowChanges
- Boolean
A Boolean that indicates whether additions and deletions can be made to the ParameterCollection being edited.
Remarks
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.