Skip to main content

WindowsFormsSettings.GetAutoCorrectForeColor() Method

Returns the current WindowsFormsSettings.AutoCorrectForeColor property setting.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static bool GetAutoCorrectForeColor()

Returns

Type Description
Boolean

true if the WindowsFormsSettings.AutoCorrectForeColor property equals DefaultBoolean.Default or DefaultBoolean.True; otherwise, false.

See Also