Sys.UI.Control Class
Provides the base class for all Microsoft ASP.NET AJAX client controls.
Namespace:
Sys.UI.
Inherits:
Sys.Component
Syntax
var a = new MyControl(element);
Constructors
|
Name
|
Description
|
|
Control Constructor
|
When called from a derived class, initializes a new instance of that class.
|
Members
Remarks
Sys.UI.Control is a base class and should not be instantiated directly. For information about how to create a control that inherits from Sys.UI.Control, see Creating Custom ASP.NET AJAX Client Controls.