ConnectionsZone.Close Method

Definition

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.

Applies to

See also