Compartir a través de


EntryElement Constructores

Definición

Sobrecargas

EntryElement(String, String, String)

Construye un EntryElement con el título, el marcador de posición y el valor inicial especificados.

EntryElement(String, String, String, Boolean)

Construye un EntryElement para la entrada de contraseña con el título, el marcador de posición y el valor inicial especificados.

EntryElement(String, String, String)

Construye un EntryElement con el título, el marcador de posición y el valor inicial especificados.

public EntryElement (string caption, string placeholder, string value);
new MonoTouch.Dialog.EntryElement : string * string * string -> MonoTouch.Dialog.EntryElement

Parámetros

caption
String

Título que se va a usar

placeholder
String

Marcador de posición que se mostrará cuando no se establece ningún valor.

value
String

Valor inicial.

Se aplica a

EntryElement(String, String, String, Boolean)

Construye un EntryElement para la entrada de contraseña con el título, el marcador de posición y el valor inicial especificados.

public EntryElement (string caption, string placeholder, string value, bool isPassword);
new MonoTouch.Dialog.EntryElement : string * string * string * bool -> MonoTouch.Dialog.EntryElement

Parámetros

caption
String

Título que se va a usar.

placeholder
String

Marcador de posición que se mostrará cuando no se establece ningún valor.

value
String

Valor inicial.

isPassword
Boolean

True si se debe usar para escribir una contraseña.

Se aplica a