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

ContextItem.GetActualHoverGlyph(ISkinProvider) Method

Returns the Image object specifying the hovered state glyph actually assigned.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public Image GetActualHoverGlyph(
    ISkinProvider provider = null
)

Optional Parameters

Name Type Default Description
provider DevExpress.Skins.ISkinProvider *null*

An ISkinProvider object.

Returns

Type Description
Image

The Image object specifying the hovered state glyph actually assigned.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also