IVCWizCtlUI.OnHelp(String) Method

Definition

Called by the wizard when the user clicks the Help button to display any HTML Help topics associated with the wizard HTML page.

public:
 void OnHelp(System::String ^ bstrKeyword);
public:
 void OnHelp(Platform::String ^ bstrKeyword);
void OnHelp(std::wstring const & bstrKeyword);
[System.Runtime.InteropServices.DispId(1610743823)]
public void OnHelp (string bstrKeyword);
[<System.Runtime.InteropServices.DispId(1610743823)>]
abstract member OnHelp : string -> unit
Public Sub OnHelp (bstrKeyword As String)

Parameters

bstrKeyword
String

Required. The string containing the keyword for the help topic.

Attributes

Applies to