Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

HoverImage Property, ImagePartClass Class

Defines the image used when the mouse cursor is located within the part.

Class: ImagePartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public Image HoverImage { get; set; }
Public Property HoverImage As Image

Value

The hover image or null/Nothing to use the default image (ImagePartClass.Image property).

The default value is null/Nothing.

Comments

Defines the image used when the mouse cursor is located within the part.

If the ImagePartClass.Image property is set to null/Nothing, the HoverImage property is automatically cleared.

See Also ImagePartClass Class | Classes | SftTree/NET 2.0