RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / IsSpellCheckerEnabled Property

In This Topic
    IsSpellCheckerEnabled Property
    In This Topic
    Gets or sets a value indicating whether the C1SpellChecker is enabled.
    Syntax
    'Declaration
     
    Public Property IsSpellCheckerEnabled As Boolean
    public bool IsSpellCheckerEnabled {get; set;}
    See Also