views:

96

answers:

2
+1  Q: 

Context menu

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
A: 

yes its possible: MenuItem and then the Checked property

PoweRoy