UpWmlMobileTextWriter.RenderTextBox Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère le rendu d’un élément de zone de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec 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)
Paramètres
- id
- String
Identifie le contrôle.
- value
- String
Spécifie la valeur initiale de la zone de texte.
- format
- String
Spécifie une chaîne de format WML facultative.
- title
- String
Contient le titre de la zone de texte.
- password
- Boolean
Spécifie le mot de passe.
- size
- Int32
Définit la taille de la chaîne.
- maxLength
- Int32
Spécifie la longueur maximale de la chaîne.
- generateRandomID
- Boolean
Détermine si l’identificateur du contrôle (ID) est chiffré.
- breakAfter
- Boolean
Affectez la valeur true
si un saut de ligne est requis après le rendu du contrôle.