SqlStudioLayoutManager Constructor (IContainer)
Initializes a new instance of the SqlStudioLayoutManager class with the specified container.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
container As IContainer _
)
'Usage
Dim container As IContainer
Dim instance As New SqlStudioLayoutManager(container)
public SqlStudioLayoutManager(
IContainer container
)
public:
SqlStudioLayoutManager(
IContainer^ container
)
new :
container:IContainer -> SqlStudioLayoutManager
public function SqlStudioLayoutManager(
container : IContainer
)
Parameters
- container
Type: System.ComponentModel.IContainer
Controls the layout of the control.