ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / Options Property

In This Topic
    Options Property
    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