ToolStripPanel.ToolStripPanelRowCollection.Contains(ToolStripPanelRow) Méthode
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.
Détermine si le ToolStripPanelRow spécifié se trouve dans ToolStripPanel.ToolStripPanelRowCollection.
public:
bool Contains(System::Windows::Forms::ToolStripPanelRow ^ value);
public bool Contains (System.Windows.Forms.ToolStripPanelRow value);
member this.Contains : System.Windows.Forms.ToolStripPanelRow -> bool
Public Function Contains (value As ToolStripPanelRow) As Boolean
Paramètres
- value
- ToolStripPanelRow
ToolStripPanelRow à rechercher dans la ToolStripPanel.ToolStripPanelRowCollection.
Retours
true
si le ToolStripPanelRow spécifié se trouve dans ToolStripPanel.ToolStripPanelRowCollection ; sinon, false
.