Share via


Switcher.CreateControlsInstance Method

Creates an instance when the switcher is controlled.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected Overrides Function CreateControlsInstance As Control..::..ControlCollection
'Usage
Dim returnValue As Control..::..ControlCollection

returnValue = Me.CreateControlsInstance()
protected override Control..::..ControlCollection CreateControlsInstance()
protected:
virtual Control..::..ControlCollection^ CreateControlsInstance() override
abstract CreateControlsInstance : unit -> Control..::..ControlCollection 
override CreateControlsInstance : unit -> Control..::..ControlCollection 
protected override function CreateControlsInstance() : Control..::..ControlCollection

Return Value

Type: System.Windows.Forms.Control.ControlCollection
Returns a value that represents the instance when the switcher is controlled.