WindowsFormsSettings.GetAccentColor2() Method
Returns the second accent color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Color | The second accent color. |
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