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


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