FormEditor.Item

FormEditor indexer (1 of 2)

Restituisce l’elemento in base all’indice specificato.

public FormElement this[int index] { get; }
ParametroDescrizione
indexL’indice dell’elemento

Valore di ritorno

Restituisce l’elemento.

Guarda anche


FormEditor indexer (2 of 2)

Restituisce l’elemento per nome o id specificato.

public FormElement this[string name] { get; }
ParametroDescrizione
nameIl nome dell’elemento

Valore di ritorno

Restituisce l’elemento.

Guarda anche