Share via


IView.Control Property

Gets the control that represents the view.

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

Syntax

'Declaration
ReadOnly Property Control As Control
    Get
'Usage
Dim instance As IView
Dim value As Control

value = instance.Control
Control Control { get; }
property Control^ Control {
    Control^ get ();
}
abstract Control : Control
function get Control () : Control

Property Value

Type: System.Windows.Forms.Control
A Control that represents the control.