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


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