Skip to main content
A newer version of this page is available.
All docs
V18.2

SkinManager.AllowMdiFormSkins Property

Gets whether the form title bar skinning feature is enabled for MDI child windows.

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public static bool AllowMdiFormSkins { get; }

Property Value

Type Description
Boolean

true if the form title bar skinning feature for MDI child windows is enabled; otherwise, false.

Remarks

To enable the form title bar skinning feature for MDI child windows, use the SkinManager.EnableMdiFormSkins method. The SkinManager.DisableMdiFormSkins method disables title bar skinning for MDI child windows.

See Also