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