WebPartTransformer.CreateConfigurationControl 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.
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.