ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class
Properties Methods Events


In This Topic
    C1SpellChecker Class Members
    In This Topic

    The following tables list the members exposed by C1SpellChecker.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a list of words and replacements to use while spell-checking.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a custom spell-checking dictionary.  
    Public PropertyGets or sets a custom spell-checking parser.  
    Public PropertyGets a value that indicates whether the main spelling dictionary has been loaded.  
    Public PropertyGets the list of words to ignore during spell-checking.  
    Public PropertyGets the main dictionary used for spell-checking.  
    Public PropertyGets or sets the maximum length of words that are spell-checked.  
    Public PropertyGets a SpellOptions object that specifies spell-checking options.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the user dictionary used for spell-checking.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Shows a spell-checking dialog for an editor and returns the number of spelling errors found.  
    Public MethodOverloaded. Checks a string containing text and returns a list of spelling errors.  
    Public MethodChecks a word to see if it's spelled correctly.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public MethodOverloaded. Gets whether the C1SpellChecker should highlight spelling mistakes as the user types on a given System.Windows.Forms.TextBoxBase.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets an array containing suggestions for a misspelled word.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodRaises the AutoReplace event.  
    Public MethodRaises the BadWordFound event.  
    Public MethodRaises the ContextMenuCreated event.  
    Public MethodOverloaded. Sets whether the C1SpellChecker should highlight spelling mistakes as the user types on a given System.Windows.Forms.TextBoxBase.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaises the DictionaryChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs before the C1SpellChecker makes an automatic replacement in the control's text.  
    Public EventOccurs when a spelling error is found by the C1SpellChecker.  
    Public EventOccurs when a context menu is created containing the spelling suggestions and commands.  
    Public EventOccurs when any of the spell dictionaries changes in any way.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when suggestions is about to show in the spell dialog or in the spell context menu.  
    Top
    See Also