'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As System.Boolean _ )
public ScrollBarElement( Style style, System.bool horizontal )
パラメータ
- style
- 新しい ScrollBarElement に割り当てられた Style。
- horizontal
- スクロールバーを水平にするか、垂直にするか。
'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As System.Boolean _ )
public ScrollBarElement( Style style, System.bool horizontal )