• SpellChecker for WPF and Silverlight Overview
    • Help with WPF and Silverlight Edition
  • Key Features
  • Working with C1SpellChecker
    • Concepts and Main Properties
      • Spelling Dictionaries
        • MainDictionary
        • UserDictionary
        • CustomDictionary
      • Modes
        • Batch Mode
        • Modal
        • As-You-Type
      • SpellChecker Options
    • Dialog Boxes
      • Using the Built-In Dialog Box
      • Customizing the Dialog Box
      • Using Custom Dialog Boxes
    • Checking Spelling in Controls
    • Spelling Dictionary Format
  • C1SpellChecker Samples
  • API Reference
    • C1.Silverlight.SpellChecker.5 Assembly
      • Namespaces
        • C1.Silverlight.SpellChecker Namespace
          • Overview
          • Classes
            • BadWordEventArgs
              • Overview
              • Members
              • BadWordEventArgs Constructor
              • Properties
                • BadWord Property
                • BadWordList Property
                • Cancel Property
                • Control Property
                • Dialog Property
            • C1SpellChecker
              • Overview
              • Members
              • C1SpellChecker Constructor
              • Methods
                • CheckControlAsync Method
                  • CheckControlAsync(Object,Boolean,ISpellDialog) Method
                  • CheckControlAsync(Object) Method
                  • CheckControlAsync(Object,Boolean) Method
                • CheckText Method
                  • CheckText(String,Int32,Int32) Method
                  • CheckText(String,Int32) Method
                  • CheckText(String) Method
                • CheckWord Method
                • GetSuggestions Method
                  • GetSuggestions(String,Int32) Method
                  • GetSuggestions(String) Method
                • OnBadWordFound Method
                • OnCheckControlCompleted Method
                • OnContextMenuCreated Method
              • Properties
                • CustomDictionary Property
                • CustomParser Property
                • Enabled Property
                • IgnoreList Property
                • MainDictionary Property
                • Options Property
                • UserDictionary Property
              • Events
                • BadWordFound Event
                • CheckControlCompleted Event
                • ContextMenuCreated Event
                • DictionaryChanged Event
            • C1SpellDialog
              • Overview
              • Members
              • C1SpellDialog Constructor
              • Methods
                • Initialize Method
              • Properties
                • CurrentError Property
                • Editor Property
                • ErrorCount Property
                • ErrorIndex Property
                • Errors Property
              • Events
                • ErrorDisplayed Event
            • CharRange
              • Overview
              • Members
              • CharRange Constructor
              • Methods
                • Equals Method
                • ExpandOverWhitespace Method
                • GetHashCode Method
                • GetNextWord Method
                • GetWordAt Method
                • IsWordCharacter Method
              • Properties
                • Duplicate Property
                • End Property
                • Length Property
                • Start Property
                • Text Property
            • CharRangeList
              • Overview
              • Members
              • CharRangeList Constructor
              • Methods
                • Add Method
                  • Add(String,Int32,Boolean) Method
                • Equals Method
                • GetHashCode Method
                • GetRangeFromPosition Method
                • GetRangeIndexFromPosition Method
            • CheckControlCompletedEventArgs
              • Overview
              • Members
              • CheckControlCompletedEventArgs Constructor
              • Properties
                • Dialog Property
                • Editor Property
                • ErrorCount Property
            • ContextMenuEventArgs
              • Overview
              • Members
              • ContextMenuEventArgs Constructor
              • Properties
                • Menu Property
            • SpellDictionary
              • Overview
              • Members
              • Methods
                • Contains Method
                • Load Method
              • Properties
                • Password Property
                • WordCount Property
            • SpellDictionaryBase
              • Overview
              • Members
              • Methods
                • Contains Method
                • EnsureLoaded Method
                • Load Method
                • LoadAsync Method
                  • LoadAsync(String) Method
                  • LoadAsync(Uri) Method
              • Properties
                • Enabled Property
                • State Property
              • Events
                • LoadCompleted Event
                • LoadProgressChanged Event
            • SpellOptions
              • Overview
              • Members
              • Methods
                • ToString Method
              • Properties
                • ActiveSpellingEnabled Property
                • Ignore Property
                • MaxSuggestionsInContextMenu Property
                • ShowSuggestionsInContextMenu Property
                • UnderlineColor Property
            • UserDictionary
              • Overview
              • Members
              • Methods
                • AddWord Method
                • Clear Method
                • Contains Method
                • Load Method
                • LoadFromIsolatedStorage Method
                • RemoveWord Method
                • Save Method
                • SaveToIsolatedStorage Method
            • WordDictionary
              • Overview
              • Members
              • WordDictionary Constructor
            • WordList
              • Overview
              • Members
          • Enumerations
            • DictionaryState
            • IgnoreOptions
          • Interfaces
            • ISpellCheckableEditor
              • Overview
              • Members
              • Methods
                • BeginSpell Method
                • EndSpell Method
                • HasMoreText Method
                • Select Method
              • Properties
                • Control Property
                • SelectedText Property
                • SelectionLength Property
                • SelectionStart Property
                • Text Property
            • ISpellDialog
              • Overview
              • Members
              • Methods
                • Initialize Method
              • Properties
                • Editor Property
                • ErrorCount Property
            • ISpellDictionary
              • Overview
              • Members
              • Methods
                • Contains Method
            • ISpellParser
              • Overview
              • Members
              • Methods
                • FilterWord Method
                • GetNextWord Method
          • Delegates
            • BadWordEventHandler
            • CheckControlCompletedEventHandler
            • ContextMenuEventHandler
        • C1.Silverlight.SpellChecker.Resources Namespace
          • Overview
    • C1.WPF.SpellChecker.4 Assembly
      • Namespaces
        • C1.Silverlight.SpellChecker.Resources Namespace
          • Overview
        • C1.WPF.SpellChecker Namespace
          • Overview
          • Classes
            • BadWordEventArgs
              • Overview
              • Members
              • BadWordEventArgs Constructor
              • Properties
                • BadWord Property
                • BadWordList Property
                • Cancel Property
                • Control Property
                • Dialog Property
            • C1SpellChecker
              • Overview
              • Members
              • C1SpellChecker Constructor
              • Methods
                • CheckControlAsync Method
                  • CheckControlAsync(Object,Boolean,ISpellDialog) Method
                  • CheckControlAsync(Object) Method
                  • CheckControlAsync(Object,Boolean) Method
                • CheckText Method
                  • CheckText(String,Int32,Int32) Method
                  • CheckText(String,Int32) Method
                  • CheckText(String) Method
                • CheckWord Method
                • GetSuggestions Method
                  • GetSuggestions(String,Int32) Method
                  • GetSuggestions(String) Method
                • OnBadWordFound Method
                • OnCheckControlCompleted Method
                • OnContextMenuCreated Method
              • Properties
                • CustomDictionary Property
                • CustomParser Property
                • Enabled Property
                • IgnoreList Property
                • MainDictionary Property
                • Options Property
                • UserDictionary Property
              • Events
                • BadWordFound Event
                • CheckControlCompleted Event
                • ContextMenuCreated Event
                • DictionaryChanged Event
            • C1SpellDialog
              • Overview
              • Members
              • C1SpellDialog Constructor
              • Methods
                • Initialize Method
              • Properties
                • CurrentError Property
                • Editor Property
                • ErrorCount Property
                • ErrorIndex Property
                • Errors Property
              • Events
                • ErrorDisplayed Event
            • CharRange
              • Overview
              • Members
              • CharRange Constructor
              • Methods
                • Equals Method
                • ExpandOverWhitespace Method
                • GetHashCode Method
                • GetNextWord Method
                • GetWordAt Method
                • IsWordCharacter Method
              • Properties
                • Duplicate Property
                • End Property
                • Length Property
                • Start Property
                • Text Property
            • CharRangeList
              • Overview
              • Members
              • CharRangeList Constructor
              • Methods
                • Add Method
                  • Add(String,Int32,Boolean) Method
                • Equals Method
                • GetHashCode Method
                • GetRangeFromPosition Method
                • GetRangeIndexFromPosition Method
            • CheckControlCompletedEventArgs
              • Overview
              • Members
              • CheckControlCompletedEventArgs Constructor
              • Properties
                • Dialog Property
                • Editor Property
                • ErrorCount Property
            • ContextMenuEventArgs
              • Overview
              • Members
              • ContextMenuEventArgs Constructor
              • Properties
                • Menu Property
            • SpellDictionary
              • Overview
              • Members
              • Methods
                • Contains Method
                • Load Method
                  • Load(Stream) Method
                  • Load(String) Method
              • Properties
                • Password Property
                • WordCount Property
            • SpellDictionaryBase
              • Overview
              • Members
              • Methods
                • Contains Method
                • EnsureLoaded Method
                • Load Method
                  • Load(Stream) Method
                  • Load(String) Method
                • LoadAsync Method
                  • LoadAsync(String) Method
                  • LoadAsync(Uri) Method
              • Properties
                • Enabled Property
                • State Property
              • Events
                • LoadCompleted Event
                • LoadProgressChanged Event
            • SpellOptions
              • Overview
              • Members
              • Methods
                • ToString Method
              • Properties
                • ActiveSpellingEnabled Property
                • Ignore Property
                • MaxSuggestionsInContextMenu Property
                • ShowSuggestionsInContextMenu Property
                • UnderlineColor Property
            • UserDictionary
              • Overview
              • Members
              • Methods
                • AddWord Method
                • Clear Method
                • Contains Method
                • Load Method
                  • Load(Stream) Method
                  • Load(String) Method
                • LoadFromIsolatedStorage Method
                • RemoveWord Method
                • Save Method
                • SaveToIsolatedStorage Method
            • WordDictionary
              • Overview
              • Members
              • WordDictionary Constructor
            • WordList
              • Overview
              • Members
          • Enumerations
            • DictionaryState
            • IgnoreOptions
          • Interfaces
            • ISpellCheckableEditor
              • Overview
              • Members
              • Methods
                • BeginSpell Method
                • EndSpell Method
                • HasMoreText Method
                • Select Method
              • Properties
                • Control Property
                • SelectedText Property
                • SelectionLength Property
                • SelectionStart Property
                • Text Property
            • ISpellDialog
              • Overview
              • Members
              • Methods
                • Initialize Method
              • Properties
                • Editor Property
                • ErrorCount Property
            • ISpellDictionary
              • Overview
              • Members
              • Methods
                • Contains Method
            • ISpellParser
              • Overview
              • Members
              • Methods
                • FilterWord Method
                • GetNextWord Method
          • Delegates
            • BadWordEventHandler
            • CheckControlCompletedEventHandler
            • ContextMenuEventHandler