SQLWBToolsOptionsPage<TOptions>.GetWindow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the window that this options page uses.
public:
override System::Windows::Forms::Control ^ GetWindow();
public override System.Windows.Forms.Control GetWindow ();
override this.GetWindow : unit -> System.Windows.Forms.Control
Public Overrides Function GetWindow () As Control
Returns
A Control object.