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