Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / ContextClickable Property


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