The members of System.Windows.Forms.Menu are listed below.
See Also: Inherited members from System.ComponentModel.Component
Initializes a new instance of the System.Windows.Forms.Menu class. |
const | FindHandle | int (0).
Specifies that the Menu.FindMenuItem(int, IntPtr) method should search for a handle. |
const | FindShortcut | int (1).
Specifies that the Menu.FindMenuItem(int, IntPtr) method should search for a shortcut. |
[read-only] | Handle | IntPtr.
Gets a value representing the window handle for the menu. |
[read-only] | IsParent | bool.
Gets a value indicating whether this menu contains any menu items. This property is read-only. |
[read-only] | MdiListItem | MenuItem.
Gets a value indicating the System.Windows.Forms.MenuItem that is used to display a list of multiple document interface (MDI) child forms. |
[read-only] | MenuItems | Menu.MenuItemCollection.
Gets a value indicating the collection of System.Windows.Forms.MenuItem objects associated with the menu. |
Name | string.
Gets or sets the name of the System.Windows.Forms.Menu. | |
Tag | object.
Gets or sets user-defined data associated with the control. |
FindMenuItem(int, IntPtr)
| ||
GetContextMenu()
| ||
GetMainMenu()
| ||
MergeMenu(Menu)
| ||
override | ToString()
|
CloneMenu(Menu)
| ||
CreateMenuHandle()
| ||
override | Dispose(bool)
| |
FindMergePosition(int)
| ||
ProcessCmdKey(ref Message, Keys)Documentation for this section has not yet been entered. |