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


In This Topic
IsInputMethodTarget Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsInputMethodTarget As Boolean
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Boolean
 
value = instance.IsInputMethodTarget
See Also