Solved Disabling Shortcut Menu except a textbox

amir0914

Registered User.
Local time
Today, 12:58
Joined
May 21, 2018
Messages
151
Hello everyone,

I'm trying to disable form shortcut menu except a textbox, I mean I want to disable right click on a form except a textbox so that users be able to right click and paste on the textbox, is it possible?
 
if you set the Form's Shortcut Menu to No on it's property, it will be in effect to all
controls.
what you can do is create a shortcut menu that has "no menu?"
 

Attachments

Users who are viewing this thread

Back
Top Bottom