Gets or sets the default image displayed beside the footer text on a VisualTip.
An Image which is displayed beside the footer text on a VisualTip.
This image is displayed in the footer of all tips by default, unless a specific FooterImage value has been assigned.
Design-time Note: This property provides additional design-time services when loading icon files. An icon containing multiple sizes or color depths will cause a dialog to appear that allows you to choose which size and color depth is loaded. Loading 32-bit icons with an 8-bit alpha channel is also supported.
Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The maximum images size is 128x128. |
VisualTipProvider Class | Skybound.VisualTips Namespace