Version

ISpellCheckTarget Interface Members

The following tables list the members exposed by ISpellCheckTarget.

Public Properties
 NameDescription
 PropertyCanUndoGets the value indicating whether an undo can be done on the target.  
 PropertyControlGets the control being spell checked.  
 PropertyDrawsErrorsGets the value indicating whether the target draws its own errors  
 PropertyIsUpdatingGets the value indicating whether the target is updating.  
 PropertyOffsetGets the offset location of the spell checkable area of the control.  
 PropertySelectedTextGets or sets the currently selected text in the control.  
 PropertySelectionLengthGets or sets the number of characters selected in the control.  
 PropertySelectionStartGets or sets the starting position of the text selected in the control.  
 PropertySizeGets the size of the control being spell checked.  
 PropertyTextGets the text being spell checked.  
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.  
Public Events
 NameDescription
 EventControlPaintOccurs when a Control repaint occurs.  
 EventScrolledOccurs when the control is scrolled.  
 EventTextChangedOccurs when the text on the spell check target has changed.  
See Also