WebPartTransformer.CreateConfigurationControl Method

Definition

Displays an ASP.NET control that configures a transformer in the ConnectionsZone zone.

public:
 virtual System::Web::UI::Control ^ CreateConfigurationControl();
public virtual System.Web.UI.Control CreateConfigurationControl ();
abstract member CreateConfigurationControl : unit -> System.Web.UI.Control
override this.CreateConfigurationControl : unit -> System.Web.UI.Control
Public Overridable Function CreateConfigurationControl () As Control

Returns

An ASP.NET control that configures a transformer.

Remarks

A configuration control can be displayed when a transformer requires a user to configure it. The configuration control provides a user interface (UI) that allows the user to select which values will be transformed. It is rendered in a connections zone. The configuration control must implement the ITransformerConfigurationControl interface.

Applies to