CatalogZoneBase.Close Method

Definition

Switches the Web page from catalog display mode to normal browse mode.

protected:
 override void Close();
protected override void Close ();
override this.Close : unit -> unit
Protected Overrides Sub Close ()

Remarks

The Close method ignores any currently selected controls in the catalog. It simply calls the WebPartManager control to return the Web page to browse mode.

Applies to

See also