Sys.UI.Control initialize Method
Initializes the current Sys.UI.Control object.
MyControl.initialize();
Remarks
The initialize method initializes the control and sets the base Sys.Component.isInitialized property to true. You can override this method to include additional initialization logic for your derived class.
See Also
Tasks
Creating Custom AJAX Client Controls