Skip to main content
All docs
V19.1

SkinManager.AllowMdiFormSkins Property

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

Namespace: DevExpress.Skins

Assembly: DevExpress.Utils.v19.1.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