Input for WinForms
GridPanel コンストラクタ(Style,Int32,Int32)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > GridPanel クラス > GridPanel コンストラクタ : GridPanel コンストラクタ(Style,Int32,Int32)
使用する Styleオブジェクト。
作成する行の数。
作成する列の数。
指定された数の行と列およびスタイル設定を使用して、 GridPanel要素の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal style As Style, _
   ByVal rows As System.Integer, _
   ByVal cols As System.Integer _
)
public GridPanel( 
   Style style,
   System.int rows,
   System.int cols
)

パラメータ

style
使用する Styleオブジェクト。
rows
作成する行の数。
cols
作成する列の数。
参照

GridPanel クラス
GridPanel メンバ
オーバーロード一覧