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

說明內容的識別碼。

適用於