Hi In C# windows form application, I want to add item to context menu so that I can check or uncheck that item in context menu. Is it possible?
+1
A:
It certainly is. Just change the CheckOnClick
property of your ToolStripMenuItem
to true
.
Dan Walker
2009-02-19 14:49:41