BasePanel Constructor(Style)
In This Topic
Initializes a new instance of a
BasePanel.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public BasePanel(
Style
)
Parameters
- style
- Style object used to measure and render this BasePanel.
See Also