windowsforms-devexpress-dot-xtrabars-dot-barlargebuttonitem-4cd0200b.md
Gets or sets the large image displayed within associated links when they are hot-tracked.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
public virtual Image LargeGlyphHot { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property LargeGlyphHot As Image
| Type | Default | Description |
|---|---|---|
| Image | null |
An Image object representing the large image that will be displayed within the hot-tracked item’s link(s).
|
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