ITemplateEditingFrame::Close Method (Boolean)

 

Closes the control and optionally saves any changes.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

void Close(
	bool saveChanges
)

Parameters

saveChanges
Type: System::Boolean

true if changes to the document should be saved; otherwise, false.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the GroupStyle property on each template group element in the TemplateGroups collection of a control designer.

.NET Framework
Available since 1.1
Return to top
Show: