Sunday, April 3, 2011

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?

From stackoverflow
  • It certainly is. Just change the CheckOnClick property of your ToolStripMenuItem to true.

  • yes its possible: MenuItem and then the Checked property

0 comments:

Post a Comment