[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.HelpTopicTrigger

HelpTopicTrigger Enum

Enumeration that specifies user actions that cause a HelpTopic to be displayed.

Namespace: C1.Win.C1DynamicHelp
Assembly: C1.Win.C1DynamicHelp.4.8.dll
Syntax
[Flags]
public enum HelpTopicTrigger
Remarks

You can use combinations of this enumeration to show topics both on Enter and MouseHover events.

Fields

Name Description
Enter

Show topic when a UI element gets the focus.

MouseEnter

Show help topic when the mouse hovers over a UI element.

None

Show topic programmatically, not by events.