ConnectionsZone.CreateChildControls Method

Definition

Creates all child controls contained in a ConnectionsZone control in preparation for posting back to the server or rendering.

protected public:
 override void CreateChildControls();
protected internal override void CreateChildControls ();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()

Remarks

This method overrides the base Control.CreateChildControls method. It prepares all connection-related objects needed for connections (for example, it retrieves the connection point objects from the available consumer and provider controls), and it creates the various user interface (UI) controls that users interact with in the connection UI to establish a connection.

Applies to

See also