Menu.MdiListItem Property

Definition

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

public:
 property System::Windows::Forms::MenuItem ^ MdiListItem { System::Windows::Forms::MenuItem ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.MenuItem MdiListItem { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MdiListItem : System.Windows.Forms.MenuItem
Public ReadOnly Property MdiListItem As MenuItem

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

See also