CADability dotNET
Call this method before closing the form that contains this SingleDocumenFrame. If the project has been modified, there will be a prompt to save the modified project.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool SaveModifiedProject(
	string title
)
Visual Basic
Public Function SaveModifiedProject ( _
	title As String _
) As Boolean
Visual C++
public:
bool SaveModifiedProject(
	String^ title
)

Parameters

title
Type: System..::..String
Title for the MessageBox (applictaion name)

Return Value

true, if the project was saved

See Also