Menus and Toolbars for PowerBuilder .NET Applications
Adding customized menus and toolbars to your applications makes it easy and intuitive for your users to select commands and options.
Menus and Menu Items
Menus are lists of related commands or options that a user can select in the currently active window. Each choice in a menu is called a menu item.
Menu Painter in PowerBuilder .NET
The Menu painter has several views where you can specify menu items and how they look and behave. You can also customize the style of a toolbar associated with a menu.
Using Inheritance to Build a Menu
Build a menu that inherits its style, events, functions, structures, variables, and scripts from an existing menu to save coding time. All you have to do is modify the descendant object to meet the requirements of the current situation.