IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) Method

Definition

Displays the help dialog box with the help contents for the specified keyword and identifier.

public:
 void ShowHelp(System::Windows::Forms::Control ^ ctl, System::String ^ helpKeyword, int helpId);
public void ShowHelp (System.Windows.Forms.Control ctl, string helpKeyword, int helpId);
abstract member ShowHelp : System.Windows.Forms.Control * string * int -> unit
Public Sub ShowHelp (ctl As Control, helpKeyword As String, helpId As Integer)

Parameters

ctl
Control

The parent of this help dialog box.

helpKeyword
String

The keyword to display help for.

helpId
Int32

The identifier of the help contents.

Applies to