I am using WinForms, i have tried TreeView and it almost have similar structure to the MenuStrip, only one thing i can't figure out is how to insert a ToolStripMenuItem as a sub item. Is there anyway maybe like:
//There is no Items.Add() after you find the toolstripitem array
MenuStrip.Items.Find("key").Items.Add().
//Same thing
ToolStripMenuItem.Items.Find("key").Items.Add().
I have tried almost everything and there is nothing like that at all, maybe someone could help me.