Back to Devexpress

WindowsFormsSettings.GetAutoCorrectForeColor() Method

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

latest1.6 KB
Original Source

WindowsFormsSettings.GetAutoCorrectForeColor() Method

Returns the current WindowsFormsSettings.AutoCorrectForeColor property setting.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static bool GetAutoCorrectForeColor()
vb
Public Shared Function GetAutoCorrectForeColor As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

AutoCorrectForeColor

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace