
- VBForums
- .NET
- C#
- [RESOLVED] Add a child menu items in code to MenuStrip in C#?
-
Feb 2nd, 2012, 12:55 AM
#1
Lively Member
[RESOLVED] Add a child menu items in code to MenuStrip in C#?
I have a MenuStrip in Form, in there I had many Menu items:
-a
--b
--c
--d
I want to code to have:
-a
--b
--c
--d
---e
---f
How to do this? Thanks.
-
Feb 2nd, 2012, 11:19 AM
#2
Re: Add a child menu items in code to MenuStrip in C#?
You would just add the new items to the appropriate item's DropDownItems collection.
-
Feb 2nd, 2012, 08:35 PM
#3
Lively Member
Re: Add a child menu items in code to MenuStrip in C#?

- VBForums
- .NET
- C#
- [RESOLVED] Add a child menu items in code to MenuStrip in C#?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules