Share via


QueryDesignerDialog.ShowHelp(Control, String, Int32) Method

Definition

public:
 virtual 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
override this.ShowHelp : System.Windows.Forms.Control * string * int -> unit
Public Sub ShowHelp (ctl As Control, helpKeyword As String, helpId As Integer)

Parameters

ctl
Control
helpKeyword
String
helpId
Int32

Implements

Applies to