The properties of System.Windows.Forms.Menu are listed below. For a list of all members, see the Menu Members list.
See Also: Inherited members from System.ComponentModel.Component
[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. |