Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / LinksClickable Property


In This Topic
    LinksClickable Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LinksClickable As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Boolean
     
    instance.LinksClickable = value
     
    value = instance.LinksClickable
    public bool LinksClickable {get; set;}
    See Also