ScrollBarElement Constructor(Style)
In This Topic
Initializes a new instance of a vertical
ScrollBarElement.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ScrollBarElement(
Style
)
Parameters
- style
- Style assigned to the new ScrollBarElement.
See Also