[]
Gets the length of the text in the drop-down window.
[Browsable(false)]
public int TextLength { get; }
<Browsable(False)>
Public ReadOnly Property TextLength As Integer
Type | Description |
---|---|
int | The number of characters contained in the text of the control. |
You can use this property to determine the number of characters in a string for tasks such as searching for specific strings of text within the text of the control, where knowledge of the total number of characters is needed.