Windows Develop Bookmark and Share   
 index > Windows Forms Designer > how to assign a context menu to a list view
 

how to assign a context menu to a list view

Hello all,

I have a form that contains a list view; when a user clicks on a search button it displays a list of employee details.
I added a context menu with a property called "edit employee".
How do i assign this context menu to the list view?

Thanks
omogen  Tuesday, September 29, 2009 2:46 PM
Assign contextmenustrip to the ContextMenuStrip property of ListView.

Is this what you are looking for or did I understand wrong?

Tamer Oz  Tuesday, September 29, 2009 7:03 PM
Assign contextmenustrip to the ContextMenuStrip property of ListView.

Is this what you are looking for or did I understand wrong?

Tamer Oz  Tuesday, September 29, 2009 7:03 PM

You can use google to search for other answers

Custom Search

More Threads

• Datagridview + tabcontrol designer issue.
• Web Form Designer
• Disabling the Forms Designer in VS2005
• Adding a world map to windows form and connect locations with lines
• Problem with Usercontrol
• how to host different controls in the same column in DataGridView control
• Design time localization for custom controls
• Can you get to the open project or solution files while in a Designer in Design mode
• Problems with the "(Name)" Property when I implements IExtenderListService
• How to set false enabled button?