pteSelectAll
pteSelectAll(
t_panelName
[ w_windowId ]
)
=> t / nil
Description
Selects all items in the specified Palette panel. This function works only if the Selection Mode is set to Multi Selection.
Arguments
|
t_panelName
|
Name of the Palette panel. Valid values: Layers, Objects, and Grids
|
|
w_windowId
|
ID of the window containing the Palette in which you want to select the items. Valid values: ID of any open window Default: Current window
|
Value Returned
|
t
|
All items in the specified panel were selected.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteSelectAll("Grids")
pteSelectAll("Layers" window(2))
Return to top