IVbHost.GetParentWindow Method

Definition

Gets the host Window for the current Visual Basic environment.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::Windows::Forms::IWin32Window ^ GetParentWindow();
public System.Windows.Forms.IWin32Window GetParentWindow ();
abstract member GetParentWindow : unit -> System.Windows.Forms.IWin32Window
Public Function GetParentWindow () As IWin32Window

Returns

The host window for the current Visual Basic environment.

Remarks

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Applies to