The members of System.Windows.Forms.ToolStripMenuItem are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripDropDownItem
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified System.Drawing.Image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified text. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified text and image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified text and image and that does the specified action when the System.Windows.Forms.ToolStripMenuItem is clicked. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified text and image and that contains the specified System.Windows.Forms.ToolStripItem collection. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class with the specified name that displays the specified text and image that does the specified action when the System.Windows.Forms.ToolStripMenuItem is clicked. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripMenuItem class that displays the specified text and image, does the specified action when the System.Windows.Forms.ToolStripMenuItem is clicked, and displays the specified shortcut keys. |
Checked | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripMenuItem is checked. | |
CheckOnClick | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripMenuItem should automatically appear checked and unchecked when clicked. | |
CheckState | CheckState.
Gets or sets a value indicating whether a System.Windows.Forms.ToolStripMenuItem is in the checked, unchecked, or indeterminate state. | |
override | Enabled | bool.
Gets or sets a value indicating whether the control is enabled. |
[read-only] | IsMdiWindowListEntry | bool.
Gets a value indicating whether the System.Windows.Forms.ToolStripMenuItem appears on a multiple document interface (MDI) window list. |
Overflow | ToolStripItemOverflow.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripMenuItem is attached to the System.Windows.Forms.ToolStrip or the System.Windows.Forms.ToolStripOverflowButton or whether it can float between the two. | |
ShortcutKeyDisplayString | string.
Gets or sets the shortcut key text. | |
ShortcutKeys | Keys.
Gets or sets the shortcut keys associated with the System.Windows.Forms.ToolStripMenuItem. | |
ShowShortcutKeys | bool.
Gets or sets a value indicating whether the shortcut keys that are associated with the System.Windows.Forms.ToolStripMenuItem are displayed next to the System.Windows.Forms.ToolStripMenuItem. |
[read-only] override | DefaultMargin | Padding.
Gets the spacing between the System.Windows.Forms.ToolStripMenuItem and an adjacent item. |
[read-only] override | DefaultPadding | Padding.
Gets the internal spacing within the System.Windows.Forms.ToolStripMenuItem. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the System.Windows.Forms.ToolStripMenuItem. |
CheckedChanged |
Occurs when the value of the ToolStripMenuItem.Checked property changes. | |
CheckStateChanged |
Occurs when the value of the ToolStripMenuItem.CheckState property changes. |