The C1SpellChecker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1SpellChecker |
Initializes a new instance of a C1SpellChecker.
|
Methods
Name | Description | |
---|---|---|
![]() | CheckText | Overloaded. |
![]() | CheckWord |
Checks a word to see if it's spelled correctly.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetSuggestions | Overloaded. |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | OnAutoReplace |
Raises the AutoReplace event.
|
![]() | OnBadWordFound |
Raises the OnBadWordFound(BadWordEventArgs) event.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AutoReplaceList |
Gets a list of words and replacements to use while spell-checking.
|
![]() | CustomDictionary |
Gets or sets a custom spell-checking dictionary.
|
![]() | CustomParser |
Gets or sets a custom spell-checking parser.
|
![]() | Enabled |
Gets a value that indicates whether the main spelling dictionary has been loaded.
|
![]() | IgnoreList |
Gets the list of words to ignore during spell-checking.
|
![]() | MainDictionary |
Gets the main dictionary used for spell-checking.
|
![]() | Options |
Gets a SpellOptions object that specifies spell-checking options.
|
![]() | UserDictionary |
Gets the user dictionary used for spell-checking.
|
Events
Name | Description | |
---|---|---|
![]() | AutoReplace |
Event that fires before the C1SpellChecker makes an automatic replacement
in the control's text.
|
![]() | BadWordFound |
Event that fires when a spelling error is found by the C1SpellChecker.
|