Hi,
I have menustrip that has three main menuitems and in the first menu item it has three sub items. How do i select the first sub item of the first menuItem?
TY in Adance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nir BarPosted Sep 30, 2009, 4:08 AM
You can use MenuItem.MenuItems[0]
Please mark this post as an answer if it helps you
Nir