Back to Devexpress

WindowsUIButtonPanel.GetGlyphSkinningColor(BaseButtonInfo) Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-dot-getglyphskinningcolor-x28-devexpress-dot-xtraeditors-dot-buttonpanel-dot-basebuttoninfo-x29.md

latest1.9 KB
Original Source

WindowsUIButtonPanel.GetGlyphSkinningColor(BaseButtonInfo) Method

Gets the color used to paint button icons when the Glyph Skinning feature is enabled.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Color GetGlyphSkinningColor(
    BaseButtonInfo info
)
vb
Public Function GetGlyphSkinningColor(
    info As BaseButtonInfo
) As Color

Parameters

NameTypeDescription
infoDevExpress.XtraEditors.ButtonPanel.BaseButtonInfo

A BaseButtonInfo object that stores the button glyph skinning color.

|

Returns

TypeDescription
Color

A Color used to paint button icons when the Glyph Skinning feature is enabled.

|

Remarks

See the Glyph Skinning topic to learn more.

See Also

Glyph Skinning

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace