HelpKeywordType Enum

Definition

Defines identifiers that indicate the type of a Help keyword.

public enum class HelpKeywordType
public enum HelpKeywordType
type HelpKeywordType = 
Public Enum HelpKeywordType
Inheritance
HelpKeywordType

Fields

F1Keyword 0

A keyword that F1 was pressed to request help about.

FilterKeyword 2

A filter keyword.

GeneralKeyword 1

A general keyword.

Remarks

HelpKeywordType defines identifiers that indicate the type of a Help keyword to the Help system. Any or all of the keyword type identifiers can be specified for a single keyword. The type of a Help keyword is sometimes used when the Help system is determining the Help topics to display for a Help request.

Applies to