ParameterEditorUserControl.SetAllowCollectionChanges(Boolean) Method

Definition

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.

Applies to

See also