ComponentOne DynamicHelp for WinForms
HelpTab Enumeration

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace : HelpTab Enumeration
Enumeration specifying the part/element of the help file to display.
Syntax
'Declaration
 
Public Enum HelpTab 
   Inherits System.Enum
public enum HelpTab : System.Enum 
Members
MemberDescription
FindThe help file opens on the search page.
IndexThe help file opens on the index.
TableOfContentsThe help file opens on the table of contents.
TopicThe help file opens on a specified topic.
Remarks
It is used by the C1DynamicHelp.ShowExternalHelp method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1DynamicHelp.HelpTab

See Also

Reference

C1.Win.C1DynamicHelp Namespace