Long name (short name) |
Argument types |
Properties |
-allPanels(-all) |
|
|
|
Return the names of all the panels in a string array. |
|
-allTypes(-at) |
|
|
|
Return the names of all types of panels, except scripted types
in a string array. |
|
-allScriptedTypes(-ast) |
|
|
|
Return the names of all types of scripted panels in a string
array. |
|
-visiblePanels(-vis) |
|
|
|
Return the names of all the visible panels in a string
array. |
|
-invisiblePanels(-inv) |
|
|
|
Return the names of all the invisible panels in a string
array. |
|
-type(-typ) |
string |
|
|
Return the names of all panels of the specified type in a
string array. |
|
-scriptType(-sty) |
string |
|
|
Return the names of all scripted panels of the specified type
in a string array. |
|
-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. |
|
-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. |
|
-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. |
|
-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. |
|
-typeOf(-to) |
string |
|
|
Return the type of the specified panel. |
|
-withLabel(-wl) |
string |
|
|
Return the name of the panel with the specified label
text. |
|
-configWithLabel(-cwl) |
string |
|
|
Return the name of the panel configuration with the specified
label text. |
|
-allConfigs(-ac) |
|
|
|
Return the names of the all panel configuration in a string
array. |
|