EditorZoneBase.Close Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a user clicks a close verb in the header of a zone, this method ends the process of editing WebPart controls, and returns a Web Parts page's display mode to browse mode.
protected:
override void Close();
protected override void Close ();
override this.Close : unit -> unit
Protected Overrides Sub Close ()
Remarks
The Close method provides an implementation for the base method declared in the ToolZone class. The implementation simply calls the EndWebPartEditing method, which carries out the steps necessary to end the editing process.
Calling the Close method returns the page to browse mode, and cancels any editing changes made to any WebPart controls.