ToolStripPanel.ToolStripPanelRowCollection.Item[Int32] Propriété
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.
Obtient un ToolStripPanelRow particulier contenu dans ToolStripPanel.ToolStripPanelRowCollection.
public:
virtual property System::Windows::Forms::ToolStripPanelRow ^ default[int] { System::Windows::Forms::ToolStripPanelRow ^ get(int index); };
public virtual System.Windows.Forms.ToolStripPanelRow this[int index] { get; }
member this.Item(int) : System.Windows.Forms.ToolStripPanelRow
Default Public Overridable ReadOnly Property Item(index As Integer) As ToolStripPanelRow
Paramètres
- index
- Int32
Index de base zéro du ToolStripPanelRow dans ToolStripPanel.ToolStripPanelRowCollection.
Valeur de propriété
ToolStripPanelRow du ToolStripPanel.ToolStripPanelRowCollection comme spécifié par le paramètre index
.