ToolStripPanel.ToolStripPanelRowCollection.Contains(ToolStripPanelRow) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se o ToolStripPanelRow especificado está no 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
Parâmetros
- value
- ToolStripPanelRow
O ToolStripPanelRow para pesquisar no ToolStripPanel.ToolStripPanelRowCollection.
Retornos
true
se o ToolStripPanelRow especificado estiver no ToolStripPanel.ToolStripPanelRowCollection, caso contrário, false
.