Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable a right click menu item

Status
Not open for further replies.

PurpleUnicorn

Programmer
Mar 16, 2001
79
US
I have a shortcut menu with an item I would like to disable under certain circumstances. Is there a way to do this?

Thanks,
Nancy
 
Yep......

Put the code in an If statement and check if the conditions is true. If so, enable menu items, if not, don't.

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top