TableLayoutRowStyleCollection.Contains(RowStyle) 메서드

정의

특정 스타일이 TableLayoutRowStyleCollection 포함되어 있는지 여부를 확인합니다.

public:
 bool Contains(System::Windows::Forms::RowStyle ^ rowStyle);
public bool Contains(System.Windows.Forms.RowStyle rowStyle);
member this.Contains : System.Windows.Forms.RowStyle -> bool
Public Function Contains (rowStyle As RowStyle) As Boolean

매개 변수

rowStyle
RowStyle

RowStyle 에서 찾을 위치입니다TableLayoutRowStyleCollection.

반품

에 있으면 이고 , 그렇지 않으면 .입니다.

적용 대상

추가 정보