C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / KeyListener Property


In This Topic
KeyListener Property (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public Property KeyListener As Android.Text.Method.IKeyListener
 
'Usage
 
Dim instance As C1TextBox
Dim value As Android.Text.Method.IKeyListener
 
instance.KeyListener = value
 
value = instance.KeyListener
See Also