Interface ISpellCheckerAdvEditorTools
Interface for ISpellCheckerAdvEditorTools.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface ISpellCheckerAdvEditorTools
  Properties
Control
Gets or sets the Control whose System.Windows.Forms.Control.Text is to be spell checked.
Declaration
Control Control { get; set; }
  Property Value
| Type | 
|---|
| System.Windows.Forms.Control | 
ControlToCheck
Gets or Sets the control to be checked using SpellCheckerAdv.
Declaration
Control ControlToCheck { get; set; }
  Property Value
| Type | 
|---|
| System.Windows.Forms.Control | 
CurrentWord
Gets or sets the current misspelled word.
Declaration
string CurrentWord { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Text
Gets or sets the Text to be spell checked by the SpellCheckerAdv
Declaration
string Text { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Methods
SelectText(Int32, Int32)
Selects the word specified by the index.
Declaration
void SelectText(int startIndex, int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | startIndex | Zero based index of the word on the Text.  | 
      
| System.Int32 | length | length of the word to be selected.  |