Inherits MainMenu

Y

yotaxp

I'm trying to create a new menu component, obviously based off of the
standard MainMenu/MenuItem components. The designer for the MainMenu
component creates MenuItem components for it's child items, but I need
it to create my OWN class.

Is there anyway I can modify the (we'll call it "SMainMenu") designer
to create, "SMenuItem" components in stead?
 
H

Herfried K. Wagner [MVP]

I'm trying to create a new menu component, obviously based off of the
standard MainMenu/MenuItem components. The designer for the MainMenu
component creates MenuItem components for it's child items, but I need
it to create my OWN class.

You may want to write an extender component instead:

MenuItem Extender - add images and font support to your menu
<URL:http://www.codeproject.com/cs/menu/MenuExtender.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top