how to disable mouse right click in textbox?

rajesh.forum

Well-known member
Joined
Sep 7, 2007
Messages
55
Programming Experience
Beginner
hi
i need to disable the context menu while i right click the mouse to avoid copy,paste options.Any idea?
 
Set ShortcutsEnabled property to False.
 
Back
Top