NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Help.ShowPopup

Displays a Help pop-up window.

[Visual Basic]
Public Shared Sub ShowPopup( _
   ByVal parent As Control, _
   ByVal caption As String, _
   ByVal location As Point _
)
[C#]
public static void ShowPopup(
   Control parent,
   string caption,
   Point location
);
[C++]
public: static void ShowPopup(
   Control* parent,
   String* caption,
   Point location
);
[JScript]
public static function ShowPopup(
   parent : Control,
   caption : String,
   location : Point
);

Parameters

parent
A Control that identifies the parent of the Help dialog box.
caption
The string to display in the pop-up window.
location
A Point that specifies the x and y coordinates at which to display the pop-up window.

See Also

Help Class | Help Members | System.WinForms Namespace | ShowHelp | System.WinForms.ShowHelpIndex