ILayoutPreviousContainer - wesley7child/OuterPlugin GitHub Wiki

The internal interface ILayoutPreviousContainer can be used to get/set the ILayoutContainer PreviousContainer property which can be used to determine the object in which this Layout item has been docked previously.

This interface also contains a string PreviousContainerId which can be used to identify the id of the object in which this Layout item has been docked previously

Properties

  • ILayoutContainer PreviousContainer { get; set; }

  • string PreviousContainerId { get; set; }