Menu.MdiListItem Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A MenuItem that represents the menu item displaying a list of MDI child forms that are open in the application.
- Attributes
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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: