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


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