| File: Microsoft\VisualBasic\Helpers\IVbHost.vb | Web Access |
| Project: ..\..\..\src\winforms\src\Microsoft.VisualBasic.Forms\src\Microsoft.VisualBasic.Forms.vbproj (Microsoft.VisualBasic.Forms) |
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Namespace Microsoft.VisualBasic.CompilerServices <ComponentModel.EditorBrowsable(ComponentModel.EditorBrowsableState.Never)> Public Interface IVbHost Function GetParentWindow() As System.Windows.Forms.IWin32Window Function GetWindowTitle() As String End Interface End Namespace