Make Context Menu @ Runtime HELP!

  • Thread starter Thread starter Brandon Johnson
  • Start date Start date
B

Brandon Johnson

I can make a single column context menu easy enough in runtime but the
problem that im having is that im having a hard time finding a place to
learn how to make submenus. If anyone could help that would be very
very helpful. thankyou.
 
When you add the menuitem that is to have a submenu, add menuitems to
that menuitem. Menuitems also have a menuitems property.

Tom
 
Back
Top