Sys.UI.Control Constructor
When called from a derived class, initializes a new instance of that class.
Syntax
var a = new MyControl(element);
|
Term
|
Definition
|
|
element
|
The Sys.UI.DomElement object that the control will be associated with.
|
Exceptions
Remarks
The Control constructor is a complete constructor function. However, because the Control classis an abstract base class, the constructor should be called only from derived classes.