LabelControlAppearanceObject.HoverImage Property
OBSOLETE
Please use AppearanceHovered instead.
Gets or sets the image to be displayed within the label when the control is hovered over.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please use AppearanceHovered instead.")]
public virtual Image HoverImage { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Image | null | A Image object that is displayed when the control is hovered over. |
Remarks
To provide an image to be displayed in the hovered over state, you can also use the LabelControlAppearanceObject.HoverImageIndex property. The image assigned to the HoverImage property has a higher priority than the image referred to by the LabelControlAppearanceObject.HoverImageIndex property.
See Also