FormEditor.GetElement

GetElement<T>(int)

Restituisce l’elemento in base all’indice specificato.

public T GetElement<T>(int index)
    where T : FormElement
ParametroDescrizione
TTipo dell’elemento del modulo
indexL’indice dell’elemento

Valore di ritorno

Restituisce l’elemento.

Guarda anche


GetElement<T>(string)

Restituisce l’elemento in base al nome specificato.

public T GetElement<T>(string name)
    where T : FormElement
ParametroDescrizione
TTipo dell’elemento del modulo
nameIl nome dell’elemento

Valore di ritorno

Restituisce l’elemento.

Guarda anche