constructor
Property of css/cssom/screencss/cssom/screen
Syntax
var result = element.constructor;
element.constructor = value;
Notes
Remarks
An object’s constructor initializes the object’s properties and provides access to the prototype for the object’s interface object. For more information, see Advanced Object Creation (JScript).
Syntax
See also
Related pages
- screenscreen
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]