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

帮助内容的标识符。

适用于