Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 671 Bytes

File metadata and controls

36 lines (19 loc) · 671 Bytes

document.resetOvalObject()

Availability

Flash CS3 Professional.

Usage

document.resetOvalObject()

Parameters

None.

Returns

Nothing.

Description

Method; sets all values in the Property inspector to default Oval object settings. If any Oval objects are selected, their properties are reset to default values as well.

Example

The following example resets Oval object properties in the current document to default values:

fl.getDocumentDOM().resetOvalObject();

See also

document.resetRectangleObject().