Methods | This Package | All Packages
Encapsulates the MainMenu control.
Menu
|
+--MainMenu
package com.ms.wfc.ui
public class MainMenu
extends Menu
Remarks
The MainMenu object enables you to programmatically take advantage of the functionality defined in the MainMenu control. Typically, to add a menu to a form you draw a MainMenu control on the form, and then use the visual editing capabilities built into the control to determine its appearance and behavior.
Generally the MainMenu control consists of one or more menus. The capabilities of each of these menus is encapsulated in the Menu class. The individual items on a menu and the operations that you can perform on these items are embodied in the MenuItem class.