TextLength Property (EditBase)
Gets the length of the text.
public virtual int TextLength {get;}
'Declaration
Public Overridable ReadOnly Property TextLength As Integer
'Usage
Dim instance As EditBase
Dim value As Integer
value = instance.TextLength
Property Value
The number of characters contained in the text of the control.