Click or drag to resize

ProjectBrowseControllerIsProjectFolderSelected Method

Determines if a project folder is selected in the tree view.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsProjectFolderSelected(
	out string folderName
)

Parameters

folderName  String
If a project folder is selected, returns the name of the folder.

Return Value

Boolean
True if a project folder is selected in the tree view.
See Also