Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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