Skip to main content
All docs
V25.1
  • WindowsFormsSettings.GetAccentColor2() Method

    Returns the second accent color.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public static Color GetAccentColor2()

    Returns

    Type Description
    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