The members of System.Windows.Forms.MenuStrip are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStrip
Initializes a new instance of the System.Windows.Forms.MenuStrip class. |
CanOverflow | bool.
Gets or sets a value indicating whether the System.Windows.Forms.MenuStrip supports overflow functionality. | |
GripStyle | ToolStripGripStyle.
Gets or sets the visibility of the grip used to reposition the control. | |
MdiWindowListItem | ToolStripMenuItem.
Gets or sets the System.Windows.Forms.ToolStripMenuItem that is used to display a list of Multiple-document interface (MDI) child forms. | |
ShowItemToolTips | bool.
Gets or sets a value indicating whether ToolTips are shown for the System.Windows.Forms.MenuStrip. | |
Stretch | bool.
Gets or sets a value indicating whether the System.Windows.Forms.MenuStrip stretches from end to end in its container. |
[read-only] override | DefaultGripMargin | Padding.
Gets the default spacing, in pixels, between the sizing grip and the edges of the System.Windows.Forms.MenuStrip. |
[read-only] override | DefaultPadding | Padding.
Gets the spacing, in pixels, between the left, right, top, and bottom edges of the System.Windows.Forms.MenuStrip from the edges of the form. |
[read-only] override | DefaultShowItemToolTips | bool.
Gets a value indicating whether ToolTips are shown for the System.Windows.Forms.MenuStrip by default. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the horizontal and vertical dimensions, in pixels, of the System.Windows.Forms.MenuStrip when it is first created. |
override | CreateAccessibilityInstance()
| |
override | CreateDefaultItem(string, System.Drawing.Image, EventHandler)
| |
OnMenuActivate(EventArgs)
| ||
OnMenuDeactivate(EventArgs)
| ||
override | ProcessCmdKey(ref Message, Keys)Documentation for this section has not yet been entered. | |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
MenuActivate |
Occurs when the user accesses the menu with the keyboard or mouse. | |
MenuDeactivate |
Occurs when the System.Windows.Forms.MenuStrip is deactivated. |