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

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > GridPanel クラス > GridPanel コンストラクタ : GridPanel コンストラクタ(Style,Int32,Int32)
The Style object to use.
The number of rows to create.
The number of columns to create.
Initializes a new instance of the GridPanel element with the specified number of rows and columns and style settings.
シンタックス
'宣言
 
Public Function New( _
   ByVal style As Style, _
   ByVal rows As Integer, _
   ByVal cols As Integer _
)
public GridPanel( 
   Style style,
   int rows,
   int cols
)

パラメータ

style
The Style object to use.
rows
The number of rows to create.
cols
The number of columns to create.
参照

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