This documentation is archived and is not being maintained.
HelpContextType Enumeration
.NET Framework 1.1
Defines identifiers that indicate information about the context in which a request for Help information originated.
[Visual Basic] <Serializable> Public Enum HelpContextType [C#] [Serializable] public enum HelpContextType [C++] [Serializable] __value public enum HelpContextType [JScript] public Serializable enum HelpContextType
Remarks
HelpContextType defines identifiers that are used by the Help system to determine the context in which a Help request was initiated.
Members
| Member name | Description |
|---|---|
| Ambient | A general context. |
| Selection | A selection. |
| ToolWindowSelection | A tool window selection. |
| Window | A window. |
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: