On right click of an UltraTextEditor, a context menu is shown that includes:* Right to Left Reading Order* Show Unicode control characters* Insert Unicode Control Character* Open IME
Is it possible to turn these features off, so only the standard Undo/Cut/Copy/Paste/Delete/Select All options are visible?
Thanks,
Katie
Katie,
This has come up recently, but I can't seem to find the post. Regardless, this context menu is displayed by the .NET TextBox that the UltraTextEditor uses when in edit mode. The only way that you can get rid of these items is to supply your own context menu on the control.
-Matt