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

WindowsFormsSettings.DisableFormSkins() Method

Disables the title bar skinning feature for DevExpress forms and message boxes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

public static void DisableFormSkins()

Remarks

See the SkinManager.DisableFormSkins method, which is equivalent to the WindowsFormsSettings.DisableFormSkins method, for details.

See Also