how to disable pop-up menu on bounded controls?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a listbox that is bounded to a table (list items on the control
are from a table). Is there a way to disable the pop-up menu on right click?


Thanks,
 
Try setting the "Shortcut Menu Bar" Proerty of the ListBox to:

= -1

(including the equal sign)
 
Back
Top