FormEditor.AddInput

AddInput(string)

Crea un nuovoInputElement e lo aggiunge alla fine del modulo.

public InputElement AddInput(string name)
ParametroTipoDescrizione
nameStringNome dell’elemento di input

Valore di ritorno

Restituisce un nuovo oggetto creatoInputElement.

Guarda anche


AddInput(string, InputElementType)

Crea un nuovoInputElement e lo aggiunge alla fine del modulo.

public InputElement AddInput(string name, InputElementType type)
ParametroTipoDescrizione
nameStringNome dell’elemento di input
typeInputElementTypeTipo di elemento di input

Valore di ritorno

Restituisce un nuovo oggetto creatoInputElement.

Guarda anche