Skip to main content

LabelControlAppearanceObject.HoverImageIndex Property

OBSOLETE

Use AppearanceHovered instead.

Gets or sets the index of the image to be displayed within the label when the control is hovered over.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(-1)]
[EditorBrowsable(EditorBrowsableState.Never)]
[ImageList("ImageList")]
[Obsolete("Use AppearanceHovered instead.")]
public int HoverImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that represents a zero-based index of an image in the LabelControlAppearanceObject.ImageList collection.

See Also