What are the differences between .ContextMenu
and .ContextMenuStrip
in Windows Forms?
I already know what a ContextMenu
is, but ho
contextMenu - msdn and contextMenuStrip - msdn
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.
ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions