Determine context menu event

  • Thread starter Thread starter Ryan Joseph So
  • Start date Start date
R

Ryan Joseph So

When you right click your mouse on the textbox it will popup a
contextmenu then you can either cut, copy, paste. Is there a way to
determine what process did the user choose on the context menu? And is
it possible to override it meaning cancelling the process in the code.
 
Hi
Try to create you own context menu with the same text fot items ( cut ,
copy . paste) then assign that menu as the context menu of your text box
control. need to assign proper shortcut keys too
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 
Back
Top