指定された数の行と列およびスタイル設定を使用して、
GridPanel要素の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Style, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public GridPanel(
Style ,
System.int ,
System.int
)
パラメータ
- style
- 使用する Styleオブジェクト。
- rows
- 作成する行の数。
- cols
- 作成する列の数。
参照