Skip to main content

WindowsFormsSettings.DisableMdiFormSkins() Method

Disables the title bar skinning feature for MDI child DevExpress forms.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public static void DisableMdiFormSkins()

Remarks

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

See Also