ComponentOne CalendarView for WinForms
TextLength Property

C1.Win.C1Input Namespace > C1TextBox Class : TextLength Property
Gets the length of text in the control.
Syntax
'Declaration
 
Public Overrides ReadOnly Property TextLength As Integer
public override int TextLength {get;}

Property Value

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

Reference

C1TextBox Class
C1TextBox Members