Version

AsYouTypeManager Class Members

The following tables list the members exposed by AsYouTypeManager.

Public Constructors
 NameDescription
Public ConstructorAsYouTypeManager ConstructorCreates a new AsYouTypeManager instance.  
Public Properties
 NameDescription
Public PropertyEnabledGets or sets whether this as you type manager is enabled.  
Public PropertyIsDipsosedWhether this object has been disposed.  
Public PropertyUnderlinedErrorsGets the collection of underlined errors on the spell checked control.  
Public Methods
 NameDescription
Public MethodAddUnderlinedErrorOverloaded. Underlines a misspelled word described by the specified Error. Returns an UnderlinedError instance describing the new underlined error.  
Public MethodBeginUpdateBegins an update operation on the manager.  
Public MethodClearUnderlinedErrorsRemoves all underlined errors.  
Public MethodDisposeOverloaded. Disposes the underline manager  
Public MethodEndUpdateEnds an update on the manager and refreshes the underlines.  
Public MethodGetErrorAtCharIndexGets the error at the specified character index (null if no underline exists at the index).  
Public MethodGetErrorAtPointGets 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.  
Public MethodIgnoreErrorIgnores the specified error.  
Public MethodPostSpellCheckRequestNotifies the manager that a spell check is requested.  
Public MethodRecheckAllTextSpell checks the entire text of the control it manages.  
Public MethodRefreshRefreshes the display.  
Public MethodRemoveUnderlinedErrorRemoves an underline from the control.  
Protected Methods
 NameDescription
Protected MethodFullPaintFully repaints the underlines on the control.  
See Also