Click or drag to resize
ControlExtender Class
Control extender
Inheritance Hierarchy

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public abstract class ControlExtender

The ControlExtender type exposes the following members.

Constructors
  NameDescription
Protected methodControlExtender
Top
Properties
  NameDescription
Public propertyControl
Gets the extended control.
Top
Methods
  NameDescription
Public methodInit
Initializes the extender using the specified control.
Public methodOnInit
Initializes the extender.
Top
See Also