EditorZoneBase.Close Method
In this article
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 ()
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
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: