ToolStripMenuItem assign click event

R

Rick

VB.Net 2005 Pro

I am working in the designer and add a ContextMenuStrip to my form, and
attach it to a checklistbox control. Then I add a couple of
ToolStripMenuItems to the ContextMenuStrip and assign the properties and
images. Now I want to assign the Click event of the ToolStripMenuItem, but
I don't see anywhere to do this.

How do I add the click event from the designer?

Rick
 
S

Samuel Shulman

Can you not go to the code file and select the menu item from the controls
list on the left and then select the event fron the list on the right?
 
R

Rick

Yes, I found it.

I was thinking it should be from the inplace editor where you add the menu
items, but there were no events available here.

Later I found it on the form itself, but it had been put out of view so I
did not see it until I scrolled down.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top