Share via


SQLWBToolsOptionsPage<TOptions>.GetWindow Method

Retrieves the window that this options page uses.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Overrides Function GetWindow As Control
'Usage
Dim instance As SQLWBToolsOptionsPage 
Dim returnValue As Control 

returnValue = instance.GetWindow()
public override Control GetWindow()
public:
virtual Control^ GetWindow() override
abstract GetWindow : unit -> Control  
override GetWindow : unit -> Control
public override function GetWindow() : Control

Return Value

Type: System.Windows.Forms.Control
A Control object.

See Also

Reference

SQLWBToolsOptionsPage<TOptions> Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace