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

WindowsFormsSettings.EnableMdiFormSkins() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static void EnableMdiFormSkins()

Remarks

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

See Also