C1.Silverlight.SpellChecker Namespace : ISpellCheckableEditor Interface |
The following tables list the members exposed by ISpellCheckableEditor.
Name | Description | |
---|---|---|
Control | Gets a reference to the Control that implements the editor. | |
SelectedText | Gets or sets the text that is selected in the editor. | |
SelectionLength | Gets or sets the length of text selected in the editor. | |
SelectionStart | Gets or sets the starting index of text selected in the editor. | |
Text | Gets or sets the text in the editor. |
Name | Description | |
---|---|---|
BeginSpell | Called when the spell-checking process starts. | |
EndSpell | Called when the spell-checking process ends. | |
HasMoreText | Gets the next batch of text to spell check using the same modal dialog. | |
Select | Selects a range of text in the editor. |