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


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