TemplatedControlDesigner Class

Extends design-time behavior for template-based server controls.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

public ref class TemplatedControlDesigner abstract : public ControlDesigner
public abstract class TemplatedControlDesigner extends ControlDesigner
public abstract class TemplatedControlDesigner extends ControlDesigner

Notes to Inheritors Although this class is not obsolete, it is unnecessary because template-editing features have been built into ControlDesigner.

The following code example demonstrates how to create a control designer class that uses templates and derives from the ControlDesigner class.

To run the example, compile the code, and then in a design host such as Visual Studio 2005, view the page in Design view. Select the control, click the action list to select a template to modify, and then use the drag-and-drop feature to move controls into the template.

NoteNote

Your project must have a reference to the System.Design assembly.

No code example is currently available or this language may not be supported.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows 2000 SP4, 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.

.NET Framework

Supported in: 2.0, 1.1, 1.0
Show: