VCWizCtlClass.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:
virtual void OnHelp(System::String ^ bstrKeyword) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::OnHelp;
public:
virtual void OnHelp(Platform::String ^ bstrKeyword) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::OnHelp;
virtual void OnHelp(std::wstring const & bstrKeyword);
[System.Runtime.InteropServices.DispId(1610743823)]
public virtual void OnHelp (string bstrKeyword);
[<System.Runtime.InteropServices.DispId(1610743823)>]
abstract member OnHelp : string -> unit
override this.OnHelp : string -> unit
Public Overridable Sub OnHelp (bstrKeyword As String)
Parameters
- bstrKeyword
- String
Required. The string containing the keyword for the help topic.
Implements
- Attributes