Constructor HelpInfo
HelpInfo(string)
Initializes a new instance of the HelpInfo class.
public HelpInfo(string helpFilePath)
Parameters
helpFilePathstringThe path and name of the Help file to display when the user clicks the Help button.
HelpInfo(string, string)
Initializes a new instance of the HelpInfo class.
public HelpInfo(string helpFilePath, string keyword)
Parameters
helpFilePathstringThe path and name of the Help file to display when the user clicks the Help button.
keywordstringThe Help keyword to display when the user clicks the Help button.
HelpInfo(string, HelpNavigator)
Initializes a new instance of the HelpInfo class.
public HelpInfo(string helpFilePath, HelpNavigator navigator)
Parameters
helpFilePathstringThe path and name of the Help file to display when the user clicks the Help button.
navigatorHelpNavigatorOne of the HelpNavigator values.
HelpInfo(string, HelpNavigator, object)
Initializes a new instance of the HelpInfo class.
public HelpInfo(string helpFilePath, HelpNavigator navigator, object param)
Parameters
helpFilePathstringThe path and name of the Help file to display when the user clicks the Help button.
navigatorHelpNavigatorOne of the HelpNavigator values.
paramobjectThe numeric ID of the Help topic to display when the user clicks the Help button.