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

WindowsFormsSettings Methods

Provides appearance and behavior settings common to all DevExpress controls.
Name Description
ApplyDemoSettings() static This method is called by DevExpress demos to apply specific settings. This is a static method.
DisableFormSkins() static Disables the title bar skinning feature for DevExpress forms and message boxes.
DisableMdiFormSkins() static Disables the title bar skinning feature for MDI child DevExpress forms.
DisableWindowShadows() static Disables window shadows for XtraForm, XtraMessageBox, and XtraDialog.
EnableFormSkins() static Enables the title bar skinning feature for DevExpress forms and message boxes.
EnableFormSkinsIfXP() static Enables the title bar skinning feature for DevExpress forms and message boxes, if the application is running under Microsoft Windows XP.
EnableMdiFormSkins() static Enables the title bar skinning feature for MDI child DevExpress forms.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ForceAPIPaint() static Enables the mixed use of the DevExpress text rendering library and System.Windows.Forms.TextRenderer class functionality.
ForceDirectXPaint() static Turns the DirectX Hardware Acceleration on.
ForceGDIPlusPaint() static Enables the use of the System.Drawing.Graphics class for text rendering.
ForcePaintApiDiagnostics(PaintApiDiagnosticsLevel, PaintApiTraceLevelResolver) static Allows you to trace all outdated APIs that are not recommended for use with DirectX-rendered and Per-Monitor DPI-aware applications. Starting with version 18.2, also traces Appearance.BackColor properties modified for skinned UI elements.
ForceTextRenderPaint() static Enables the use of the System.Windows.Forms.TextRenderer class for rendering text.
GetAllowDefaultSvgImages() static Returns the actual value of the WindowsFormsSettings.AllowDefaultSvgImages property.
GetAllowHoverAnimation(ISkinProvider) static Returns whether animation on hovering objects is enabled. This is a static method.
GetAllowSkinEditorAttach() static Returns whether this application can serve as an External Preview Application in WinForms Skin Editor. See the WindowsFormsSettings.AllowSkinEditorAttach property for the details.
GetAutoCorrectForeColor() static Returns the current WindowsFormsSettings.AutoCorrectForeColor property setting.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIsRightToLeft(Control) static Returns a Boolean value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method.
GetIsRightToLeft(RightToLeft) static Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method.
GetIsRightToLeftLayout(Boolean) static Returns a Boolean value that indicates whether right-to-left mirror placement is turned on. The method parameter allows the default behavior to be specified. This is a static method.
GetIsRightToLeftLayout(Control) static Returns a Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. This is a static method.
GetPopupShadowStyle(UserLookAndFeel) static
GetRightToLeft(Control) static Returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method.
GetRightToLeft(RightToLeft) static Returns a RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method.
GetType() Gets the Type of the current instance. Inherited from Object.
LoadApplicationSettings() static Loads application settings and updates the corresponding CLR properties accordingly.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetDPIAware() static Enables system DPI awareness mode for the current process.
SetPerMonitorDpiAware() static Enables “Per-Monitor (v2)” DPI awareness mode for the process if it runs on versions greater than Windows 10 Creators Update (build 1703). On older Windows OS versions, enables system DPI awareness mode.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also