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입니다.

적용 대상