ToolStripPanel.ToolStripPanelRowCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente tous les objets ToolStripPanelRow d’un ToolStripPanel.
public: ref class ToolStripPanel::ToolStripPanelRowCollection : System::Windows::Forms::Layout::ArrangedElementCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[System.ComponentModel.ListBindable(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
[<System.ComponentModel.ListBindable(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
Public Class ToolStripPanel.ToolStripPanelRowCollection
Inherits ArrangedElementCollection
Implements IList
- Héritage
- Attributs
- Implémente
Constructeurs
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel) |
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection pour le ToolStripPanel spécifié. |
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[]) |
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection avec le nombre spécifié de lignes dans le ToolStripPanel spécifié. |
Propriétés
Count |
Obtient le nombre d’éléments de la collection. (Hérité de ArrangedElementCollection) |
IsReadOnly |
Obtient une valeur indiquant si la collection est en lecture seule. (Hérité de ArrangedElementCollection) |
Item[Int32] |
Obtient un ToolStripPanelRow particulier contenu dans ToolStripPanel.ToolStripPanelRowCollection. |
Méthodes
Implémentations d’interfaces explicites
ICollection.IsSynchronized |
Pour obtenir une description de ce membre, consultez la propriétéIsSynchronized. (Hérité de ArrangedElementCollection) |
ICollection.SyncRoot |
Pour obtenir une description de ce membre, consultez la propriétéSyncRoot. (Hérité de ArrangedElementCollection) |
IList.Add(Object) |
Pour obtenir une description de ce membre, consultez Add(Object). |
IList.Clear() |
Pour obtenir une description de ce membre, consultez Clear(). |
IList.Contains(Object) |
Pour obtenir une description de ce membre, consultez Contains(Object). |
IList.IndexOf(Object) |
Pour obtenir une description de ce membre, consultez IndexOf(Object). |
IList.Insert(Int32, Object) |
Pour obtenir une description de ce membre, consultez Insert(Int32, Object). |
IList.IsFixedSize |
Pour obtenir une description de ce membre, consultez IsFixedSize. |
IList.IsReadOnly |
Pour obtenir une description de ce membre, consultez IsReadOnly. |
IList.Item[Int32] |
Pour obtenir une description de ce membre, consultez Item[Int32]. |
IList.Remove(Object) |
Pour obtenir une description de ce membre, consultez Remove(Object). |
IList.RemoveAt(Int32) |
Pour obtenir une description de ce membre, consultez RemoveAt(Int32). |
Méthodes d’extension
Cast<TResult>(IEnumerable) |
Effectue un cast des éléments d'un IEnumerable vers le type spécifié. |
OfType<TResult>(IEnumerable) |
Filtre les éléments d'un IEnumerable en fonction du type spécifié. |
AsParallel(IEnumerable) |
Active la parallélisation d'une requête. |
AsQueryable(IEnumerable) |
Convertit un IEnumerable en IQueryable. |