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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| info | DevExpress.XtraEditors.ButtonPanel.BaseButtonInfo | A BaseButtonInfo object that stores the button glyph skinning color. |
Returns
| Type | Description |
|---|---|
| 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