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


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