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

一个包含在单元格中的控件。

返回

Int32

指定的子控件的行位置。

例外

controlnull

适用于

另请参阅