Long name (short name) |
Argument types |
Properties |
|
-allConfigs(-ac)
|
|
|
|
Return the names of the all panel configuration in a string array.
|
|
-allPanels(-all)
|
|
|
|
Return the names of all the panels in a string array.
|
|
-allScriptedTypes(-ast)
|
|
|
|
Return the names of all types of scripted panels in a string array.
|
|
-allTypes(-at)
|
|
|
|
Return the names of all types of panels, except scripted types in
a string array.
|
|
-atPosition(-ap)
|
int int
|
|
|
Return the name of the panel which contains the specified screen coordinates.
An empty string is returned if there is no panel at those coordinates.
|
|
-configWithLabel(-cwl)
|
string
|
|
|
Return the name of the panel configuration with the specified label text.
|
|
-containing(-c)
|
string
|
|
|
Return the name of the panel containing the specified control.
An empty string is returned if the specified control is not in
any panel.
|
|
-invisiblePanels(-inv)
|
|
|
|
Return the names of all the invisible panels in a string array.
|
|
-scriptType(-sty)
|
string
|
|
|
Return the names of all scripted panels of the specified type in a
string array.
|
|
-type(-typ)
|
string
|
|
|
Return the names of all panels of the specified type in a string array.
|
|
-typeOf(-to)
|
string
|
|
|
Return the type of the specified panel.
|
|
-underPointer(-up)
|
|
|
|
Return the name of the panel that the pointer is currently over.
An empty string is returned if the pointer is not over any panel.
|
|
-visiblePanels(-vis)
|
|
|
|
Return the names of all the visible panels in a string array.
|
|
-withFocus(-wf)
|
|
|
|
Return the name of the panel that currently has focus. If no
panel has focus then the last panel that had focus is returned.
|
|
-withLabel(-wl)
|
string
|
|
|
Return the name of the panel with the specified label text.
|
|