ParameterEditorUserControl.SetAllowCollectionChanges(Boolean) Método

Definição

Controla se adições e eliminações podem ser feitas aos valores no editor.

public:
 void SetAllowCollectionChanges(bool allowChanges);
public void SetAllowCollectionChanges(bool allowChanges);
member this.SetAllowCollectionChanges : bool -> unit
Public Sub SetAllowCollectionChanges (allowChanges As Boolean)

Parâmetros

allowChanges
Boolean

A Boolean que indica se podem ser feitas adições e eliminações ao ParameterCollection que está a ser editado.

Observações

O SetAllowCollectionChanges método controla se adições e eliminações podem ser feitas ao ParameterCollection elemento no ParameterEditorUserControl objeto. Ativa SetAllowCollectionChanges ou desativa os botões Cima, Baixo, Adicionar e Eliminar, mas não afeta a edição de elementos individuais Parameter .

Aplica-se a

Ver também