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

In This Topic
    HelpTopicTrigger Enumeration
    In This Topic
    Enumeration that specifies user actions that cause a HelpTopic to be displayed.
    Syntax
    'Declaration
     
    Public Enum HelpTopicTrigger 
       Inherits System.Enum
    public enum HelpTopicTrigger : System.Enum 
    Members
    MemberDescription
    EnterShow topic when a UI element gets the focus.
    MouseEnterShow help topic when the mouse hovers over a UI element.
    NoneShow topic programmatically, not by events.
    Remarks
    You can use combinations of this enumeration to show topics both on Enter and MouseHover events.
    Inheritance Hierarchy

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

    See Also