Name | Description | |
---|---|---|
![]() | SpellCheckManager Constructor | Initializes a new instance of the SpellCheckManager class. |
The following tables list the members exposed by SpellCheckManager.
Name | Description | |
---|---|---|
![]() | SpellCheckManager Constructor | Initializes a new instance of the SpellCheckManager class. |
Name | Description | |
---|---|---|
![]() | CanSpelling | Gets a value indicating whether the manager can be spelling text. |
![]() | Engines | Gets or sets the readonly check engines collection that is used by this manager. |
![]() | IsEnabled | Gets or sets a value indicating whether the spell check engine is enabled. |
Name | Description | |
---|---|---|
![]() | AddWord | Adds the specified word to the specified engine. |
![]() | DisableEngine | Disables the specified spell check engine. |
![]() | Dispose | Releases all resources used by the SpellCheckManager object. |
![]() | EnableEngine | Enables the specified spell check engine. |
![]() | EnqueueTask | Adds the spell check task to the end of task queue. |
![]() | PushTask | Adds the spell check task to the beginning of task queue. |
![]() | RemoveWord | Removes the specified word from the specified spell check engine. |
![]() | Spell | Spells the specified word. |
![]() | Suggest | Returns a list of suggestions for the specified (misspelled) word. |