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
250
Context Menu for UltraTextEditor has Paste option enabled for Read Only Textbox
posted

Hi,

 I'm working on a winform control with textboxes that are not modified in any special way except that they are set to be read only.  When I right click on the control, I'm given the following context menu

Undo(disabled)

Cut (disabled)

Copy (Disabled)

Paste (ENABLED)

Delete (Disabled)

Select All (Enabled)

Right To left reading order (enabled)

Show Unicode control Chars (enabled)

Inert Unicode Control Character (ENABLED)

 

The issue is that Paste and Insert Unicode Dcontrol characters should both be DISABLED when this control is read only.  Is there something that I'm missing?

-Chris

 

Parents Reply Children
No Data