CheckContextButton.GetActualCheckedGlyph(ISkinProvider) Method
Returns the Image object specifying the checked state glyph actually assigned.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public Image GetActualCheckedGlyph(
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