Bearbeiten

ToolStripPanel.ToolStripPanelRowCollection.Contains(ToolStripPanelRow) Method

Definition

Determines whether the specified ToolStripPanelRow is in the 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

Parameters

Returns

true if the specified ToolStripPanelRow is in the ToolStripPanel.ToolStripPanelRowCollection; otherwise, false.

Applies to