Skip to main content
A newer version of this page is available. .

CheckContextButton.HoverCheckedGlyph Property

Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[DefaultValue(null)]
public Image HoverCheckedGlyph { get; set; }

Property Value

Type Default Description
Image *null*

An Image object that specifies the glyph displayed by the current button.

Remarks

When the current button is checked (see CheckContextButton.Checked), the CheckContextButton.CheckedGlyph and HoverCheckedGlyph properties allow you to specify glyphs to be displayed by the current button in the normal and hovered states, respectively.

The ContextItem.Glyph and ContextItem.HoverGlyph properties specify glyphs for the current button in the normal and hovered states, respectively, when the button is unchecked.

The HoverCheckedGlyph property is equivalent to the ImageOptions.HoverCheckedImage property (see CheckContextButton.ImageOptions).

See Also