Share via


SwitcherViewPanel.Control Property

Gets the control of the switcher view panel.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Control As Control
    Get
'Usage
Dim instance As SwitcherViewPanel
Dim value As Control

value = instance.Control
[BrowsableAttribute(false)]
public Control Control { get; }
[BrowsableAttribute(false)]
public:
virtual property Control^ Control {
    Control^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Control : Control
[<BrowsableAttribute(false)>]
override Control : Control
final function get Control () : Control

Property Value

Type: System.Windows.Forms.Control
Returns a value representing the control of the switcher view panel.

Implements

IView.Control