IVbHost Interface

Definition

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.

Applies to