FormEditor.Fill

FormEditor.Fill method

This method fills the whole form with the specified values.

public void Fill(Dictionary<string, string> values)
ParameterTypeDescription
valuesDictionary`2The values represented by key-value pair that is contains name and value for form elements.

See Also