Share via


IVsHelpOwner.BringHelpToTop Method

Brings the external Help viewer to the foreground.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

'Declaration
Sub BringHelpToTop ( _
    hwndHelpApp As Integer _
)
void BringHelpToTop(
    int hwndHelpApp
)
void BringHelpToTop(
    [InAttribute] int hwndHelpApp
)
abstract BringHelpToTop : 
        hwndHelpApp:int -> unit 
function BringHelpToTop(
    hwndHelpApp : int
)

Parameters

Remarks

The Help application must be active to call this method.

.NET Framework Security

See Also

Reference

IVsHelpOwner Interface

Microsoft.VisualStudio.VSHelp Namespace