Click or drag to resize

ProjectBrowseControllerIsProjectFolderSelected Method

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

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.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
if a project folder is selected in the tree view; otherwise, .
See Also