ToolStripPanel.ToolStripPanelRowCollection.Contains(ToolStripPanelRow) メソッド

定義

指定した ToolStripPanelRowToolStripPanel.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

パラメーター

戻り値

Boolean

指定した ToolStripPanelRowToolStripPanel.ToolStripPanelRowCollection に存在する場合は true。それ以外の場合は false

適用対象