Version

HoverImage Property (ButtonImageUrls)

Image applied when the button is being moused over.
Syntax
'Declaration
 
Public ReadOnly Property HoverImage As SimpleImage
public SimpleImage HoverImage {get;}
Remarks

This image is displayed temporarily when the user mouses over an enabled, unselected button. After the mouse leaves the button the image reverts to the ImageUrls.DefaultImage.

Because mouse over is a temporary visual embellishment not intended to convey extra information, the alternate text on HoverImage is not rendered. Instead users will continue to witness any alternate text and tool tip rendered by the default image.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also