Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / IsSuggestionsEnabled Property


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