This documentation is archived and is not being maintained.
HelpKeywordType Enumeration
.NET Framework 1.1
Defines identifiers that indicate the type of a Help keyword.
[Visual Basic] <Serializable> Public Enum HelpKeywordType [C#] [Serializable] public enum HelpKeywordType [C++] [Serializable] __value public enum HelpKeywordType [JScript] public Serializable enum HelpKeywordType
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.
Members
| Member name | Description |
|---|---|
| F1Keyword | A keyword that F1 was pressed to request help about. |
| FilterKeyword | A filter keyword. |
| GeneralKeyword | A general keyword. |
Requirements
Namespace: System.ComponentModel.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
Show: