THelpKind Enumeration

Represents type THelpKind.

Namespace: System.Help
type
 THelpKind = (hkHelpContents, hkGettingStarted, hkHomepageSupport, hkHomepageHelp, hkHomepageCompany, hkAbout, hkEula);

The THelpKind type exposes the following members.

Show:
 NameDescription
hkAbout

Represents constant hkAbout.

hkEula

Represents constant hkEula.

hkGettingStarted

Represents constant hkGettingStarted.

hkHelpContents

Represents constant hkHelpContents.

hkHomepageCompany

Represents constant hkHomepageCompany.

hkHomepageHelp

Represents constant hkHomepageHelp.

hkHomepageSupport

Represents constant hkHomepageSupport.

Top