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