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.v18.2.dll

Declaration

public static void DisableFormSkins()

Remarks

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

See Also