This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.