GetType()

Syntax:

GetType()

Return:

The type of panel the view is. The possible return values are:

Value

Meaning

0

Main Window

1

Panel 1

2

Panel 2

3

Panel 3

-1

Free floating window

-2

An error occurred

Remarks:

This function will return the type of view for the specified Object.

image\Script_Button.jpgExamples