ITransformerConfigurationControl Interface
Assembly: System.Web (in system.web.dll)
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 WebPartTransformer.CreateConfigurationControl method returns a configuration control.
You can override the CreateConfigurationControl method when your transformer requires a customized UI. The configuration control must implement the ITransformerConfigurationControl interface, which includes the Cancelled and Succeeded events. These events occur when a transformer control was either not configured or configured successfully, respectively.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.