ScrollablePanel Constructor(Style)
In This Topic
Initializes a new instance of the
ScrollablePanel element with the pecified style options.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ScrollablePanel(
Style
)
Parameters
- s
- The Style object to use.
See Also