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です。

適用対象

こちらもご覧ください