C1.Android.Input Assembly / C1.Android.Input Namespace / TextBoxAutoCompleteEventArgs Class / Text Property


In This Topic
Text Property (TextBoxAutoCompleteEventArgs)
In This Topic
Gets or sets the text that is being auto-completed.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As TextBoxAutoCompleteEventArgs
Dim value As String
 
instance.Text = value
 
value = instance.Text
Remarks
Use this property to correct the capitalization of the entered text.
See Also