Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.GetAutoCorrectForeColor() Method

Returns the current WindowsFormsSettings.AutoCorrectForeColor property setting.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

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