IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示包含所指定關鍵字或識別碼之說明內容的説明對話方塊。
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
說明內容的識別碼。