constructor property
Gets a reference to the constructor of a screen object.
![]() |
Syntax
| JScript | |
|---|
Property values
Type: Object
A reference to the object's constructor.
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).
See also
Show:
