I need to know how can I find the Visible property of a MenuStrip in assembly. I created a simple WinForms Project and I added a menuStrip. Then I changed the Visible property to true/false. I am decompiling with ildasm.exe but I cannot spot the difference that specifies if the menuStrip is visible or not, the instructions are identical.
Asked
Active
Viewed 39 times
1
-
Show us some code. – Tamas Ionut Mar 14 '16 at 08:21
-
I already said that I created a new WinForms project and dragged a MenuStrip Control on the form. What code should I display? – Mihai Mar 14 '16 at 08:27