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
public bool LinksClickable {get; set;}
See Also