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 yourToolStripMenuItem
totrue
. -
yes its possible: MenuItem and then the Checked property
0 comments:
Post a Comment