Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / IsSpellCheckEnabled Property


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