Back to Devexpress

SkinManager.DisableMdiFormSkins() Method

windowsforms-devexpress-dot-skins-dot-skinmanager-8739988c.md

latest1.5 KB
Original Source

SkinManager.DisableMdiFormSkins() Method

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

Namespace : DevExpress.Skins

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static void DisableMdiFormSkins()
vb
Public Shared Sub DisableMdiFormSkins

Remarks

This method allows you to disable the title bar skinning feature for MDI child windows, previously enabled via the SkinManager.EnableMdiFormSkins method.

Note that the DevExpress.LookAndFeel.LookAndFeelHelper.ForceDefaultLookAndFeelChanged method needs to be called after calling the DisableMdiFormSkins method. This will force the form’s title to be repainted.

See Also

EnableMdiFormSkins()

DisableMdiFormSkins()

SkinManager Class

SkinManager Members

DevExpress.Skins Namespace