ProjectBrowseControllerIsProjectFolderSelected Method |
Determines whether a project folder is selected in the tree view.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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