I have designed a MainMenuEx, a MenuItemCollectionEx and a MenuItemEx. But a strange thing is that: the coder doesn't add this line automaticcaly in the code :
MainMenuEx1.MenuItems.AddRange(New MenuitemEx.MenuItemEx() {MenuItemEx1, MenuItemEx2, MenuItemEx3})
Why isn't this line included????
And how can I affect what is coded????
MainMenuEx1.MenuItems.AddRange(New MenuitemEx.MenuItemEx() {MenuItemEx1, MenuItemEx2, MenuItemEx3})
Why isn't this line included????
And how can I affect what is coded????