ILayoutElementWithVisibility - wesley7child/OuterPlugin GitHub Wiki
The public interface ILayoutElementWithVisibility is used to compute the visibility of a layout object. This method is usually invoked to update the bool IsVisible property of the following classes:
- LayoutAnchorableFloatingWindow
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutDocumentPane
- LayoutDocumentPaneGroup
Methods
- void ComputeVisibility();