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


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