|
|
|
HoverImage Property, ImagePartClass Class |
Defines the image used when the mouse cursor is located within the part.
Syntax ImagePartClass Class (Softelvdm.Controls)
VB |
Public Property HoverImage As Image |
C# |
public Image HoverImage { get; set; } |
C++ |
public: property Image^ HoverImage { |
Property Value
The hover image or null/Nothing to use the default image (Image property).
The default value is null/Nothing.
Comments
The HoverImage property defines the image used when the mouse cursor is located within the part.
If the Image property is set to null/Nothing, the HoverImage property is automatically cleared.
Version Information
Supported in version 1.0.
Products Table