VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Spelling.UI Namespace / RichTextBoxSpellCheckManager Class
Constructors Properties Methods SeeAlso
In This Topic
    RichTextBoxSpellCheckManager Class Members
    In This Topic
    The following tables list the members exposed by RichTextBoxSpellCheckManager.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RichTextBoxSpellCheckManager class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the manager can spell check a text.
    Public PropertyGets or sets the minimum timeout, in milliseconds, between updates during spell check if spell check is executed asynchronously.
    Public PropertyGets or sets a value indicating whether the rich text box spell check manager is enabled.
    Public PropertyGets a value indicating whether the manager is initializing.
    Public PropertyGets or sets a value indicating whether the suggest menu is enabled.
    Public PropertyGets or sets the spell check manager.
    Public PropertyGets or sets the text box, where manager must spell check the text.
    Public PropertyGets or sets the underline color.
    Public PropertyGets or sets the underline thickness.
    Public PropertyGets or sets the underline type.
    Public Methods
     NameDescription
    Public MethodSignals the RichTextBoxSpellCheckManager that initialization is starting.
    Public MethodReleases all resources used by the RichTextBoxSpellCheckManager object.
    Public MethodSignals the RichTextBoxSpellCheckManager that initialization is complete.
    Public MethodInvalidates the figure, which draws the underline.
    Protected Methods
     NameDescription
    Protected MethodSplits the specified text to the words.
    See Also