IQueryDesignerHelpImpl.ShowHelp(Control, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the help dialog box with the help contents for the specified keyword and identifier.
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)
Parameters
- ctl
- Control
The parent of this help dialog box.
- helpKeyword
- String
The keyword to display help for.
- helpId
- Int32
The identifier of the help contents.