I have to work on context menu. I do not see a contextmenu in my toolbox under windows forms controls. I see only contextmenustrip Is contextmenu same as context menu strip?
Thanks in Advance
rowter Thursday, September 24, 2009 2:24 PM
From MSDN article on ContextMenu:
"Represents a shortcut menu. Although ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions, ContextMenu is retained for both backward compatibility and future use if you choose."
David M Morton Thursday, September 24, 2009 2:26 PM
From MSDN article on ContextMenu:
"Represents a shortcut menu. Although ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions, ContextMenu is retained for both backward compatibility and future use if you choose."