GetType()

Syntax:

GetType()

Return:

A string containing the Object Type that the specified object belongs to e.g. "Page", "Button", "Image" or "Vector".

Remarks:

This function will return the specified object’s Object Type. Possible values are

Non-Graphical Objects

"Publication"
"Chapter"
"Page"
"Timeline"
"Script"
"ObjectList"

Graphical Objects

"Frame"
"Button"
"Image"
"Text"
"Video"
"Slideshow"
"Vector"
"Path"
"Scrollbar"
"Browser"
"Frameset"
"Rollover"
"ListBox"

"Tween"

Vector Objects

"Polygon"

Any unknown object type will be returned as "Unknown"

image\Script_Button.jpgExamples