ILayoutPane - wesley7child/OuterPlugin GitHub Wiki
- ILayoutPane (Interface Definition) : ILayoutContainer, ILayoutElementWithVisibility
- ILayoutPane (Interface Design)
The public interface ILayoutPane is derived from:
The public ILayoutPane interface can be used to:
-
manipulate/browse the
IEnumerable<ILayoutElement> Children
collection of the layout object that implements this interface (via ILayoutContainer) as well as -
move a child from one index to another or
-
remove a child at a given index position.
Methods
MoveChild
void MoveChild( int oldIndex, int newIndex );
RemoveChildAt
void RemoveChildAt( int childIndex );