Sys.UI.Control initialize Method

Initializes the current Sys.UI.Control object.

MyControl.initialize();

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.

Show: