The following tables list the members exposed by ISpellCheckTarget.
Name | Description | |
---|---|---|
CanUndo | Gets the value indicating whether an undo can be done on the target. | |
Control | Gets the control being spell checked. | |
DrawsErrors | Gets the value indicating whether the target draws its own errors | |
IsUpdating | Gets the value indicating whether the target is updating. | |
Offset | Gets the offset location of the spell checkable area of the control. | |
SelectedText | Gets or sets the currently selected text in the control. | |
SelectionLength | Gets or sets the number of characters selected in the control. | |
SelectionStart | Gets or sets the starting position of the text selected in the control. | |
Size | Gets the size of the control being spell checked. | |
Text | Gets the text being spell checked. |
Name | Description | |
---|---|---|
BeginUpdate | Begins an undoable update operation on the target. | |
EndUpdate | Ends an undoable update operation on the target. | |
EnsureCharacterInView | Ensures a certain character is in view of the control. | |
GetBaselineOffsetAtCharIndex | Gets the baseline offset for a character at the specified index. | |
GetCharIndexFromPoint | Gets the poistion of the character in the text at the specified client coordinates of the control. | |
GetCharWidth | Gets the width of a character when drawn to this control. | |
GetFirstVisibleCharIndex | Gets the character index of the first visible character in the control. | |
GetPointFromCharIndex | Gets the client coordinates of the character at the specified index of the text. | |
Replace | Replaces text in the control. | |
Undo | Undoes one operation on the spell check target. |
Name | Description | |
---|---|---|
ControlPaint | Occurs when a Control repaint occurs. | |
Scrolled | Occurs when the control is scrolled. | |
TextChanged | Occurs when the text on the spell check target has changed. |