constructor(controlId, checkedText) Constructor
Initializes a new instance of the class.
Declaration
constructor(
controlId: string,
checkedText: string,
reason?: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| controlId | string | The control ID. |
| checkedText | string | The checked text. |
| reason | string | Specifies whether spell checking is finished or stopped by the user. |
See Also