RichTextBox::TextLength Property

 

Gets the length of text in the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property int TextLength {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of characters contained in the text of the control.

.NET Framework
Available since 1.1
Return to top
Show: