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