Click or drag to resize
ControlExtenderTControl Class
Generic control extender
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public abstract class ControlExtender<TControl> : ControlExtender
where TControl : Control

Type Parameters

TControl
Type of the control to be extended

The ControlExtenderTControl type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyControl
Gets the extended control.
Top
Methods
  NameDescription
Public methodInit
Initializes the extender using the specified control.
(Overrides ControlExtenderInit(Control, Boolean).)
Public methodOnInit
Initializes the extender.
(Inherited from ControlExtender.)
Top
See Also