EditorZoneBase.Close Method

Definition

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.

Applies to

See also