ILayoutAnchorablePane - wesley7child/OuterPlugin GitHub Wiki
- ILayoutAnchorablePane (Interface Definition) : ILayoutPanelElement, ILayoutPane
- ILayoutAnchorablePane (Interface Design)
The public interface ILayoutAnchorablePane is derived from:
The ILayoutAnchorablePane is implemented by:
The public ILayoutAnchorablePane 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 ILayoutDocumentPane