Softelvdm.Controls Class Library for Windows Controls 1.0

HoverImage Property, ImagePartClass Class

Softel vdm, Inc.

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 {
        Image^ get();
        void set(Image^ value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com