IVsHelpOwner.BringHelpToTop Method
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.
Overloads
BringHelpToTop(Int32) |
Brings the external Help viewer to the foreground. |
BringHelpToTop(IntPtr) |
BringHelpToTop(Int32)
Brings the external Help viewer to the foreground.
public:
void BringHelpToTop(int hwndHelpApp);
public:
void BringHelpToTop(int hwndHelpApp);
void BringHelpToTop(int hwndHelpApp);
[System.Runtime.InteropServices.DispId(1)]
public void BringHelpToTop (int hwndHelpApp);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member BringHelpToTop : int -> unit
Public Sub BringHelpToTop (hwndHelpApp As Integer)
Parameters
- hwndHelpApp
- Int32
Handle to the Help window.
- Attributes
Remarks
The Help application must be active to call this method.
Applies to
BringHelpToTop(IntPtr)
public:
void BringHelpToTop(IntPtr hwndHelpApp);
[System.Runtime.InteropServices.DispId(1)]
public void BringHelpToTop (IntPtr hwndHelpApp);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member BringHelpToTop : nativeint -> unit
Public Sub BringHelpToTop (hwndHelpApp As IntPtr)
Parameters
- hwndHelpApp
-
IntPtr
nativeint
- Attributes