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


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