Table of Contents

Constructor HelpInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HelpInfo(string)

Initializes a new instance of the HelpInfo class.

public HelpInfo(string helpFilePath)

Parameters

helpFilePath string

The 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 string

The path and name of the Help file to display when the user clicks the Help button.

keyword string

The 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 string

The path and name of the Help file to display when the user clicks the Help button.

navigator HelpNavigator

One 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 string

The path and name of the Help file to display when the user clicks the Help button.

navigator HelpNavigator

One of the HelpNavigator values.

param object

The numeric ID of the Help topic to display when the user clicks the Help button.