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

SkinManager.DisableMdiFormSkins() Method

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

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static void 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