Features
Contains examples that demonstrate how to:
- support shortcut key navigation in the Visual WebGui MainMenu;
- support menu item with icons in the Visual WebGui MainMenu;
- support menu item check boxes in the Visual WebGui MainMenu;
- support menu item radio checks in the Visual WebGui MainMenu.

The MainMenu control is functionally equivialent to the Windows Forms MainMenu control. Availability The MainMenu is one of the out of the box standard controls, which means it is free and available in all Visual WebGui versions.
The example demonstrates how to implement shortcut key navigation in the Visual WebGui MainMenu.
The example demonstrates how to implement menu item with icons in the Visual WebGui MainMenu
The example demonstrates how to implement menu item check boxes in the Visual WebGui MainMenu
The example demonstrates how to implement menu item radio checks in the Visual WebGui MainMenu
|