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