Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Possible bug with UltraTextEditor Context Menu
posted

Hello, lately I have been working on trying to add a custom context menu to the UltraTextEditor. I would like it to show a list of possible spelling error suggestions kind of similar to the MS word spell checker. To do this, I followed the sample from the documentation fairly closely, with the only major difference being that I used an UltraTextEditor instead of a RichTextBox. Here is a link to the sample I followed: Creating a Shortcut Menu to Resolve Spelling Errors - Infragistics Windows Forms Help. The problem I am having is this: If a user presses down the right click button while the mouse is in the UltraTextEditor, but then releases it while the mouse is outside the UltraTextEditor, it shows the default context menu. Any help with this issue would be greatly appreciated. Thanks.