Help.DisplayTopicFromF1Keyword(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.
Provides F1 Help for a modal or non-modal dialog box.
public:
void DisplayTopicFromF1Keyword(System::String ^ pszKeyword);
public:
void DisplayTopicFromF1Keyword(Platform::String ^ pszKeyword);
void DisplayTopicFromF1Keyword(std::wstring const & pszKeyword);
[System.Runtime.InteropServices.DispId(10)]
public void DisplayTopicFromF1Keyword (string pszKeyword);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member DisplayTopicFromF1Keyword : string -> unit
Public Sub DisplayTopicFromF1Keyword (pszKeyword As String)
Parameters
- pszKeyword
- String
F1 keyword provided for the dialog box.
- Attributes
Remarks
This method is deprecated. See DisplayTopicFromF1Keyword for information about the current implementation.