Click or drag to resize

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.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowDocumentsExclusively(
	IEnumerable<Object> documents
)

Parameters

documents  IEnumerableObject
List of items to show exclusively.
See Also