The Skybound.VisualTips namespace contains classes for implementing standard visual tips.
| Class | Description |
|---|---|
| VisualTip | An enhanced tooltip which includes a title, image and footer. |
| VisualTipEventArgs | Provides data for the VisualTipEventHandler event. |
| VisualTipProvider | Adds a VisualTip property to each component on the design surface. |
| Interface | Description |
|---|---|
| IVisualTipExtender | Provides a set of methods for determining the parent and child components of a control. |
| Delegate | Description |
|---|---|
| VisualTipEventHandler | Represents the method that will handle the AccessKeyPressed and TipPopup events of a VisualTipProvider. |
| Enumeration | Description |
|---|---|
| VisualTipAnimation | Determines whether tips are animated. |
| VisualTipDisplayMode | Specifies if and when a visual tip is displayed by a VisualTipProvider. |
| VisualTipDisplayOptions | Specifies additional options which affect how a VisualTip is displayed. |
| VisualTipDisplayPosition | Specifies the default position where a VisualTip is displayed. |
| VisualTipNotifyIcon | Represents the icon displayed in a visual tip notification. |
| VisualTipShadow | Determines whether a soft shadow appears below a tip. |