Click or drag to resize

ProjectItemCommandsShowRenameDialog Method

Shows a dialog to rename the table.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowRenameDialog(
	IProjectItem projectItem
)

Parameters

projectItem  IProjectItem
The project item to rename.
See Also