Sys.Component Constructor
When overridden in a derived class, initializes a new instance of that class and registers it with the application as a disposable object.
var c = new aComponent();
Creating Custom Non-Visual Client Components
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When overridden in a derived class, initializes a new instance of that class and registers it with the application as a disposable object.
var c = new aComponent();
Creating Custom Non-Visual Client Components