Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- hwndHelpApp
Type: System.Int32
Handle to the Help window.
Remarks
The Help application must be active to call this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.