I already know how to make an owner-drawn menu usind drawitem and measure item in the form's code, but how would I create this in a usercontrol. If I inherit from System.Windows.Forms.MainMenu then I don't get the DrawItem even as that's in the System.windows.forms.MenuItem class.

I'm fairly new to VB.NET and am just experimenting with this stuff.

Thank in advanced...