Skip to main content
Bar

BarLargeButtonItem.LargeGlyphHot Property

Gets or sets the large image displayed within associated links when they are hot-tracked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
public virtual Image LargeGlyphHot { get; set; }

Property Value

Type Default Description
Image null

An Image object representing the large image that will be displayed within the hot-tracked item’s link(s).

Remarks

The large image displayed within the hot-tracked link(s) can also be specified using the BarLargeButtonItem.LargeImageIndexHot property. You must assign the ImageList object to the BarManager’s BarManager.LargeImages property and then use the BarLargeButtonItem.LargeImageIndexHot property to specify the desired image.

Important note: if both the LargeGlyphDisabled and BarLargeButtonItem.LargeImageIndexHot properties are specified, the hot-tracked links display the image specified by the LargeGlyphDisabled property.

See Also