IVbHost.GetParentWindow 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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.