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
Not applicable.

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 Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: