ParameterEditorUserControl.ClearParameters Method

Definition

Removes all parameters from the editor.

public:
 void ClearParameters();
public void ClearParameters ();
member this.ClearParameters : unit -> unit
Public Sub ClearParameters ()

Remarks

The ClearParameters method removes the parameters from the ListView control in the ParameterEditorUserControl object. Then the ClearParameters refreshes the ListView control and raises the ParametersChanged event.

Applies to

See also