Designer support for adding and navigating to page methods
The designer here has two main jobs: 1) Modifying the properties of the TargetProperties objects to remove the "TargetControlID" property and add the Control converter. We remove "TargetControlID" because the value will be hanging off of the target control's properties already so it's confusing/redundant. 2) Modifying the name of the Extender property so it's user-configurable.

Namespace:  AjaxControlToolkit.Design
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class ExtenderControlBaseDesigner<T> : ExtenderControlDesigner, 
	IExtenderProvider
where T : ExtenderControlBase
Visual Basic (Declaration)
Public Class ExtenderControlBaseDesigner(Of T As ExtenderControlBase) _
	Inherits ExtenderControlDesigner _
	Implements IExtenderProvider
Visual C++
generic<typename T>
where T : ExtenderControlBase
public ref class ExtenderControlBaseDesigner : public ExtenderControlDesigner, 
	IExtenderProvider

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:AjaxControlToolkit.Design.ExtenderControlBaseDesigner`1"]

Inheritance Hierarchy

See Also