PowerTools PlusPak for Windows Forms 8.0J
GetControlFromPosition メソッド

列インデックス。
行インデックス。
指定した行および列にあるコントロールを取得します。指定した位置にコントロールが見つからない場合は、null を返します。
構文
Public Function GetControlFromPosition( _
   ByVal column As Integer, _
   ByVal row As Integer _
) As Control
public Control GetControlFromPosition( 
   int column,
   int row
)

パラメータ

column
列インデックス。
row
行インデックス。

戻り値の型

指定した行および列にあるコントロールを返します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcTableLayoutContainer クラス
GcTableLayoutContainer メンバ

Send Feedback