WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpellCheckerAdvEditorWrapper

    Show / Hide Table of Contents

    Class SpellCheckerAdvEditorWrapper

    Class for SpellEditorWrapper.

    Inheritance
    System.Object
    SpellCheckerAdvEditorWrapper
    Implements
    ISpellCheckerAdvEditorTools
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SpellCheckerAdvEditorWrapper : ISpellCheckerAdvEditorTools

    Constructors

    SpellCheckerAdvEditorWrapper(TextBoxBase)

    Initializes a new instance of SpellCheckerAdvEditorWrapper class that hosts the System.Windows.Forms.TextBoxBase control.

    Declaration
    public SpellCheckerAdvEditorWrapper(TextBoxBase control)
    Parameters
    Type Name Description
    System.Windows.Forms.TextBoxBase control

    Properties

    Control

    Gets or sets the Control whose is to be spell checked.

    Declaration
    public Control Control { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    ControlToCheck

    Returns the Control in which spell check is going to applied.

    Declaration
    public Control ControlToCheck { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    CurrentWord

    Gets or sets the current misspelled word.

    Declaration
    public string CurrentWord { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Gets or sets the Text to be spell checked by the SpellCheckerAdv

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    SelectText(Int32, Int32)

    Selects the word specified by the index.

    Declaration
    public void SelectText(int selectionStart, int selectionLength)
    Parameters
    Type Name Description
    System.Int32 selectionStart
    System.Int32 selectionLength

    Implements

    ISpellCheckerAdvEditorTools
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved