次の方法で共有


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

ヘルプ コンテンツの識別子です。

適用対象