WebPartTransformer.CreateConfigurationControl Method ()

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Public Overridable Function CreateConfigurationControl As Control

Return Value

Type: System.Web.UI.Control

An ASP.NET control that configures a transformer.

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.

.NET Framework
Available since 2.0
Return to top
Show: