Version

ISpellCheckTarget Interface Methods

For a list of all members of this type, see ISpellCheckTarget members.

Public Methods
 NameDescription
 MethodBeginUpdateBegins an undoable update operation on the target.  
 MethodEndUpdateEnds an undoable update operation on the target.  
 MethodEnsureCharacterInViewEnsures a certain character is in view of the control.  
 MethodGetBaselineOffsetAtCharIndexGets the baseline offset for a character at the specified index.  
 MethodGetCharIndexFromPointGets the poistion of the character in the text at the specified client coordinates of the control.  
 MethodGetCharWidthGets the width of a character when drawn to this control.  
 MethodGetFirstVisibleCharIndexGets the character index of the first visible character in the control.  
 MethodGetPointFromCharIndexGets the client coordinates of the character at the specified index of the text.  
 MethodReplaceReplaces text in the control.  
 MethodUndoUndoes one operation on the spell check target.  
See Also