Menu.MdiListItem Propiedad
Definición
public:
property System::Windows::Forms::MenuItem ^ MdiListItem { System::Windows::Forms::MenuItem ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.MenuItem MdiListItem { get; }
member this.MdiListItem : System.Windows.Forms.MenuItem
Public ReadOnly Property MdiListItem As MenuItem
Valor de propiedad
Objeto MenuItem que representa el elemento de menú que muestra una lista de los formularios MDI secundarios que están abiertos en la aplicación.A MenuItem that represents the menu item displaying a list of MDI child forms that are open in the application.
- Atributos
Comentarios
Puede usar esta propiedad para determinar si se ha MenuItem especificado un para mostrar la lista de ventanas secundarias abiertas en una aplicación MDI.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. Para usar un específico MenuItem como una lista MDI, establezca la MdiList propiedad en el MenuItem que se va a utilizar.To use a specific MenuItem as an MDI list, set the MdiList property in the MenuItem to be used.