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


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