'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As System.Boolean _ )
public FlowPanel( Style style, System.bool horizontal )
パラメータ
- style
- 使用する Styleオブジェクト。
- horizontal
- True の場合は、水平方向のパネルを作成します。False の場合は、垂直パネルを作成します。
'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As System.Boolean _ )
public FlowPanel( Style style, System.bool horizontal )