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

WindowsFormsSettings.EnableFormSkins() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static void EnableFormSkins()

Remarks

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

Starting from version 17.1, the form title bar skinning feature is enabled by default. You can change this default behavior with the dedicated compatibility option (see Version Compatibility: Default Property Values), or with the WindowsFormsSettings.DisableFormSkins method.

See Also