ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTab Enumeration

In This Topic
    HelpTab Enumeration
    In This Topic
    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