The following tables list the members exposed by AsYouTypeManager.
Name | Description | |
---|---|---|
AsYouTypeManager Constructor | Creates a new AsYouTypeManager instance. |
Name | Description | |
---|---|---|
Enabled | Gets or sets whether this as you type manager is enabled. | |
IsDipsosed | Whether this object has been disposed. | |
UnderlinedErrors | Gets the collection of underlined errors on the spell checked control. |
Name | Description | |
---|---|---|
AddUnderlinedError | Overloaded. Underlines a misspelled word described by the specified Error. Returns an UnderlinedError instance describing the new underlined error. | |
BeginUpdate | Begins an update operation on the manager. | |
ClearUnderlinedErrors | Removes all underlined errors. | |
Dispose | Overloaded. Disposes the underline manager | |
EndUpdate | Ends an update on the manager and refreshes the underlines. | |
GetErrorAtCharIndex | Gets the error at the specified character index (null if no underline exists at the index). | |
GetErrorAtPoint | Gets the UnderlinedError describing a misspelled word and its suggestions. This word is displayed in the spell checked control at the specified client coordinates. Null is returned if the word at the location is spelled correctly or if there is no word at the location. | |
IgnoreError | Ignores the specified error. | |
PostSpellCheckRequest | Notifies the manager that a spell check is requested. | |
RecheckAllText | Spell checks the entire text of the control it manages. | |
Refresh | Refreshes the display. | |
RemoveUnderlinedError | Removes an underline from the control. |
Name | Description | |
---|---|---|
FullPaint | Fully repaints the underlines on the control. |