Click or drag to resize
UILayoutPaneMaskContents Property
When enabled, layout will 'mask' iframes on the page when the resizer-bar is 'dragged' to resize a pane. This solved problems related to dragging an element over an iframe.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public Nullable<bool> MaskContents { get; set; }

Property Value

Type: NullableBoolean
See Also