IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) メソッド

定義

指定されたキーワードと識別子のヘルプ内容を含むヘルプダイアログボックスを表示します。

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)

パラメーター

ctl
Control

このヘルプダイアログボックスの親です。

helpKeyword
String

ヘルプを表示するキーワード。

helpId
Int32

ヘルプ内容の識別子。

適用対象