IVCWizCtlUI.OnHelp(String) 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.
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