Compartilhar via


EntryElement Construtores

Definição

Sobrecargas

EntryElement(String, String, String)

Constrói um EntryElement com a legenda, o espaço reservado e o valor inicial fornecidos.

EntryElement(String, String, String, Boolean)

Constrói um EntryElement para entrada de senha com a legenda, o espaço reservado e o valor inicial fornecidos.

EntryElement(String, String, String)

Constrói um EntryElement com a legenda, o espaço reservado e o valor inicial fornecidos.

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

Parâmetros

caption
String

A legenda a ser usada

placeholder
String

Espaço reservado a ser exibido quando nenhum valor for definido.

value
String

Valor inicial.

Aplica-se a

EntryElement(String, String, String, Boolean)

Constrói um EntryElement para entrada de senha com a legenda, o espaço reservado e o valor inicial fornecidos.

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

A legenda a ser usada.

placeholder
String

Espaço reservado a ser exibido quando nenhum valor for definido.

value
String

Valor inicial.

isPassword
Boolean

True se isso deve ser usado para inserir uma senha.

Aplica-se a