ProjectBrowserExtensionsShowDocumentsExclusively Method |
Ensures that the items in the provided list will be shown in the document area, and
all other items will be hidden.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowDocumentsExclusively(
IEnumerable<Object> documents
)
Parameters
- documents IEnumerableObject
- List of items to show exclusively.
See Also