Menu.MdiListItem Property

Definition

Gets a value indicating the MenuItem that is used to display a list of multiple document interface (MDI) child forms.

C#
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.MenuItem MdiListItem { get; }

Property Value

A MenuItem that represents the menu item displaying a list of MDI child forms that are open in the application.

Attributes

Remarks

You can use this property to determine whether a MenuItem has been specified to display the list of open child windows in an MDI application. To use a specific MenuItem as an MDI list, set the MdiList property in the MenuItem to be used.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 10

See also