This documentation is archived and is not being maintained.
ITemplateEditingFrame.Close Method
.NET Framework 1.1
Closes the control and optionally saves any changes.
[Visual Basic] Sub Close( _ ByVal saveChanges As Boolean _ ) [C#] void Close( bool saveChanges ); [C++] void Close( bool saveChanges ); [JScript] function Close( saveChanges : Boolean );
Parameters
- saveChanges
- true if changes to the document should be saved; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
ITemplateEditingFrame Interface | ITemplateEditingFrame Members | System.Web.UI.Design Namespace
Show: