SpellCheckerExtension Constructors
Represents an extension object implementing the Spell Checker functionality.| Name | Parameters | Description |
|---|---|---|
| SpellCheckerExtension(SpellCheckerSettings, ViewContext) | settings, viewContext | Initializes a new instance of the SpellCheckerExtension class with the specified settings and provides the context information about the view. |
| SpellCheckerExtension(SpellCheckerSettings) | settings | Initializes a new instance of the SpellCheckerExtension class with the specified settings. |
See Also