Constructor HelpInfo
HelpInfo(string)
Initializes a new instance of the HelpInfo class.
public HelpInfo(string helpFilePath)
Parameters
helpFilePath
stringThe 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
helpFilePath
stringThe path and name of the Help file to display when the user clicks the Help button.
keyword
stringThe 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
helpFilePath
stringThe path and name of the Help file to display when the user clicks the Help button.
navigator
HelpNavigatorOne 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
helpFilePath
stringThe path and name of the Help file to display when the user clicks the Help button.
navigator
HelpNavigatorOne of the HelpNavigator values.
param
objectThe numeric ID of the Help topic to display when the user clicks the Help button.