ILayoutDocumentPane - wesley7child/OuterPlugin GitHub Wiki

The public interface ILayoutDocumentPane is derived from:

The ILayoutDocumentPane is implemented by from:

The public ILayoutDocumentPane interface can be used to:

  • manipulate/browse the IEnumerable<ILayoutElement> Children collection of the layout object that implements this interface (via ILayoutPane) as well as
  • determine whether the layout element is currently visible or not (via ILayoutPanelElement)

This interface implements no properties or methods of its own.

See also ILayoutAnchorablePane