Inherited UI - DevExpress TextEdit


Author
Message
Chris Diesel
Chris Diesel
StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)
Group: StrataFrame Users
Posts: 74, Visits: 300
If I drop a DevExpress TextEdit control on a form, I have some properties in the WinForm Designer that show up under the Misc category having to do with Spell Checking (CanCheckText, ShowSpellCheckMenu, SpellCheckerOptions).  But, when I drop the TextEdit from StrataFrame's inherited UI library, I don't have these properties and thus the "Check Spelling" is missing from the context menu when running the app.  Can someone point me in the right direction to resolve this?

Thanks!
Replies
Chris Diesel
Chris Diesel
StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)StrataFrame User (184 reputation)
Group: StrataFrame Users
Posts: 74, Visits: 300
Needed to register the class with DevExpress' spell checker:

using DevExpress.XtraSpellChecker.Native;

SpellCheckTextControllersManager.Default.RegisterClass(typeof(MicroFour.StrataFrame.UI.Windows.Forms.DevEx.TextEdit), typeof(SimpleTextEditTextController));             SpellCheckTextBoxBaseFinderManager.Default.RegisterClass(typeof(MicroFour.StrataFrame.UI.Windows.Forms.DevEx.TextEdit), typeof(TextEditTextBoxFinder));

InitializeComponent();

StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Well, I'm glad Edhy knew what he was talking about Smile
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search