Specifies if and when a visual tip is displayed by a VisualTipProvider.
| Member Name | Description |
|---|---|
| MouseHover | Visual tips are displayed when the mouse hovers over the object for a specific amount of time. |
| HelpRequested | Visual tips are displayed when help is requested, using the '?' button in the top right corner of a dialog box, or by pressing F1. |
| Manual | Visual tips must be displayed manually by calling VisualTipProvider.ShowTip. |
Namespace: Skybound.VisualTips
Assembly: Skybound.VisualTips (in Skybound.VisualTips.dll)