ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / Options Property

In This Topic
    Options Property (C1SpellChecker)
    In This Topic
    Gets a SpellOptions object that specifies spell-checking options.
    Syntax
    'Declaration
     
    Public ReadOnly Property Options As SpellOptions
    public SpellOptions Options {get;}
    Remarks
    Options available include types of words to ignore, whether to display suggestions in a context menu, the number of suggestions to display, and so on.
    See Also