Skip to main content

CheckContextButton.GetActualHoverCheckedGlyph(ISkinProvider) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Image GetActualHoverCheckedGlyph(
    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 checked state glyph actually assigned.

Remarks

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

See Also