ProjectFoldersShowFolderRenameDialog(ProjectFolder) Method |
Shows a dialog to rename a folder. Note that if the root folder is specified, the function
returns without showing a dialog.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ShowFolderRenameDialog(
ProjectFolder folder
)
Parameters
- folder ProjectFolder
- Folder to rename.
See Also