[]
Enumeration that specifies user actions that cause a HelpTopic to be displayed.
[Flags]
public enum HelpTopicTrigger
You can use combinations of this enumeration to show topics both on Enter and MouseHover events.
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. |