C1.Win.4.8 Assembly / C1.Framework Namespace / DockPanel Class / DockPanel Constructor / DockPanel Constructor(Style)
The Style object to use.

In This Topic
DockPanel Constructor(Style)
In This Topic
Initializes a new instance of the DockPanel with the specified style.
Syntax
'Declaration
 
Public Function New( _
   ByVal style As Style _
)
 

Parameters

style
The Style object to use.
See Also