EntryElement Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.