IVbHost Interface
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.
Represents a host window for Visual Basic.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IVbHost
public interface IVbHost
type IVbHost = interface
Public Interface IVbHost
Remarks
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
Methods
GetParentWindow() |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the host Window for the current Visual Basic environment. |
GetWindowTitle() |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the title of the host window for the current Visual Basic environment. |