BeforeCheckEventArgs Properties
Provides data for the BeforeCheck event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
EditControl | Provides access to the control that contains text whose spelling will be checked. |
Text | Gets the text on which a spell check will be performed. |
See Also