Class ExtenderControlBaseDesigner<T>

Implements
System.ComponentModel.IExtenderProvider
Namespace: AjaxControlToolkit.Design
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class ExtenderControlBaseDesigner<T> : ExtenderControlDesigner, IExtenderProvider where T : ExtenderControlBase
Type Parameters
Name Description
T

Constructors

ExtenderControlBaseDesigner()

Declaration
public ExtenderControlBaseDesigner()

Properties

ActionLists

Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type Description
System.ComponentModel.Design.DesignerActionListCollection

DesignerFeaturesEnabled

Declaration
protected bool DesignerFeaturesEnabled { get; }
Property Value
Type Description
System.Boolean

ExtenderControl

Declaration
protected T ExtenderControl { get; }
Property Value
Type Description
T

ExtenderPropertyName

Declaration
protected virtual string ExtenderPropertyName { get; }
Property Value
Type Description
System.String

Methods

CanExtend(Object)

Declaration
public bool CanExtend(object extendee)
Parameters
Type Name Description
System.Object extendee
Returns
Type Description
System.Boolean

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

GetExtender(Object)

Declaration
public object GetExtender(object control)
Parameters
Type Name Description
System.Object control
Returns
Type Description
System.Object

Initialize(IComponent)

Declaration
public override void Initialize(IComponent component)
Parameters
Type Name Description
System.ComponentModel.IComponent component

PreFilterAttributes(IDictionary)

Declaration
protected override void PreFilterAttributes(IDictionary attributes)
Parameters
Type Name Description
System.Collections.IDictionary attributes

PreFilterProperties(IDictionary)

Declaration
protected override void PreFilterProperties(IDictionary properties)
Parameters
Type Name Description
System.Collections.IDictionary properties

Implements

System.ComponentModel.IExtenderProvider