'Declaration
Public Function New( _ ByVal style As Style, _ ByVal horizontal As Boolean _ )
public ScrollBarElement( Style style, bool horizontal )
Parameters
- style
- Style assigned to the new ScrollBarElement.
- horizontal
- Whether the scrollbar is horizontal or vertical.