Back to Devexpress

BarLargeButtonItem.LargeGlyphHot Property

windowsforms-devexpress-dot-xtrabars-dot-barlargebuttonitem-4cd0200b.md

latest2.4 KB
Original Source

BarLargeButtonItem.LargeGlyphHot Property

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

Declaration

csharp
[DefaultValue(null)]
public virtual Image LargeGlyphHot { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property LargeGlyphHot As Image

Property Value

TypeDefaultDescription
Imagenull

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

LargeImage

DisabledLargeImage

LargeImageIndexHot

BarLargeButtonItem Class

BarLargeButtonItem Members

DevExpress.XtraBars Namespace