C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / LinksClickable Property


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