System.Windows.Forms.MenuStrip.MdiWindowListItem Property

Gets or sets the System.Windows.Forms.ToolStripMenuItem that is used to display a list of Multiple-document interface (MDI) child forms.

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.MdiWindowListItemConverter))]
[System.ComponentModel.MergableProperty(false)]
[System.ComponentModel.DefaultValue(null)]
public ToolStripMenuItem MdiWindowListItem { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MenuStrip.MdiWindowListItem property to designate or discover which System.Windows.Forms.ToolStripMenuItem displays MDI children.

Use the MenuStrip.MenuActivate and MenuStrip.MenuDeactivate events on child menus to reflect changes to the value of MenuStrip.MdiWindowListItem.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0