Back to Devexpress

WindowsFormsSettings.GetAccentColor2() Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-dot-getaccentcolor2.md

latest2.2 KB
Original Source

WindowsFormsSettings.GetAccentColor2() Method

Returns the second accent color.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static Color GetAccentColor2()
vb
Public Shared Function GetAccentColor2 As Color

Returns

TypeDescription
Color

The second accent color. Color.Empty if the second accent color is not specified.

|

Remarks

Note

“The Bezier” skin supports the second accent color. Other skins do not support the second accent color.

Use the SetAccentColor2 method to specify the second accent color.

Use the SetAccentColor and SetAccentColor2 methods to specify custom accent colors.

See Also

TrackWindowsAccentColor

SetAccentColor

SetAccentColor2

GetAccentColor()

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace