Compartir a través de


UpWmlMobileTextWriter.RenderTextBox Método

Definición

Representa un elemento de cuadro de texto. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 override void RenderTextBox(System::String ^ id, System::String ^ value, System::String ^ format, System::String ^ title, bool password, int size, int maxLength, bool generateRandomID, bool breakAfter);
public override void RenderTextBox (string id, string value, string format, string title, bool password, int size, int maxLength, bool generateRandomID, bool breakAfter);
override this.RenderTextBox : string * string * string * string * bool * int * int * bool * bool -> unit
Public Overrides Sub RenderTextBox (id As String, value As String, format As String, title As String, password As Boolean, size As Integer, maxLength As Integer, generateRandomID As Boolean, breakAfter As Boolean)

Parámetros

id
String

Identifica el control.

value
String

Especifica el valor inicial del cuadro de texto.

format
String

Especifica una cadena de formato WML opcional.

title
String

Contiene el título del cuadro de texto.

password
Boolean

Especifica la contraseña.

size
Int32

Establece el tamaño de la cadena.

maxLength
Int32

Especifica la longitud máxima de la cadena.

generateRandomID
Boolean

Determina si se cifra el identificador del control (Id.).

breakAfter
Boolean

Se establece en true si es necesario un salto después de que se representa el control.

Se aplica a

Consulte también