Skybound VisualTips

VisualTipProvider.TitleImage Property

Gets or sets the default image displayed beside the title of a visual tip which does not have another image assigned.

[Visual Basic]
Public Property TitleImage As Image
[C#]
public System.Drawing.Image TitleImage {get; set;}

Property Value

An Image which represents the image displayed beside the title of a visual tip which does not have another image assigned.

Remarks

The image assigned to this property will be used as the title image for all visual tips displayed by this VisualTipProvider, when the TitleImage property of the tip is null. Tips with other images assigned to their TitleImage property will display those images instead.

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.

Exceptions

Exception Type Condition
InvalidOperationException The maximum images size is 128x128.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace