WizardFramework.ShowBooksOnlineHelp Method

Definition

Shows the SQL Server Books Online help.

Overloads

ShowBooksOnlineHelp()

Shows the SQL Server Books Online help.

ShowBooksOnlineHelp(String)

Shows the SQL Server Books Online help.

Remarks

To use the help, the HelpKey property on the Page class must be set.

ShowBooksOnlineHelp()

Shows the SQL Server Books Online help.

public:
 virtual void ShowBooksOnlineHelp();
public virtual void ShowBooksOnlineHelp ();
abstract member ShowBooksOnlineHelp : unit -> unit
override this.ShowBooksOnlineHelp : unit -> unit
Public Overridable Sub ShowBooksOnlineHelp ()

Remarks

In order to use the help, the HelpKey property on the Page class must be set.

Applies to

ShowBooksOnlineHelp(String)

Shows the SQL Server Books Online help.

public:
 virtual void ShowBooksOnlineHelp(System::String ^ helpKey);
public virtual void ShowBooksOnlineHelp (string helpKey);
abstract member ShowBooksOnlineHelp : string -> unit
override this.ShowBooksOnlineHelp : string -> unit
Public Overridable Sub ShowBooksOnlineHelp (helpKey As String)

Parameters

helpKey
String

A HelpEventArgs object that contains the event data.

Remarks

To use the help, the HelpKey property on the Page class must be set.

Applies to