Knowledgebase Home Page  >  RapidSpell Desktop .NET  >  3rd Party Ctrls
Search the Knowledge Base
Spell checking DevComponents TextBoxX.
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=198&catId=61

Options

Print this page
Email this to a friend
RapidSpellDialog
 
Simply set RapidSpellDialog.TextBoxBaseToCheck to the TextBoxX instance you want to work with.
 
RapidSpellAsYouType
 
You will need to use our "AYTTextBoxX" class which is a subclass of their "TextBoxX" class.  This new class supports as you type spell checking.  Please download the attachment which contains a simple example of this and also the "Keyoti.RapidSpell.DevComponents2.dll" assembly that holds the class.
 
Tip: drag the regular TextBoxX control into your project as usual and then edit the designer code to use our class by changing
 
DevComponents.DotNetBar.Controls.TextBoxX
to
Keyoti.RapidSpell.AYTTextBoxX
 
 
---------------------------------------------------------------------------------------
This article is designed for 'RapidSpell Desktop .NET' users.
RapidSpell Desktop .NET provides developers with as you type and dialog spell checking for .NET Windows Forms applications.
 

Related Questions:

Attachments: