TableLayoutSettings.GetRow(Object) 메서드

정의

지정된 자식 컨트롤의 행 위치를 가져옵니다.

public:
 int GetRow(System::Object ^ control);
public int GetRow(object control);
member this.GetRow : obj -> int
Public Function GetRow (control As Object) As Integer

매개 변수

control
Object

셀 내에 포함된 컨트롤입니다.

반품

지정된 자식 컨트롤의 행 위치입니다.

예외

controlnull입니다.

적용 대상

추가 정보