ConnectionsZone.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.
Closes the connection user interface (UI) created by the ConnectionsZone control.
protected:
override void Close();
protected override void Close ();
override this.Close : unit -> unit
Protected Overrides Sub Close ()
Remarks
The Close method is called when a user clicks the zone-level close verb in the connection UI. After the method executes, the connection UI is hidden, the WebPartToConnect property value is null
, and the page remains in the connect display mode. At this point users can either select a control by clicking the connect verb on the control's verbs menu, or switch the page to another display mode.