RichTextBox.TextLength Proprietà

Definizione

Ottiene la lunghezza del testo nel controllo.

public:
 virtual property int TextLength { int get(); };
[System.ComponentModel.Browsable(false)]
public override int TextLength { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TextLength : int
Public Overrides ReadOnly Property TextLength As Integer

Valore della proprietà

Int32

Numero di caratteri contenuti nel testo del controllo.

Attributi

Si applica a

Vedi anche