Panel Object
The Panel object represents one of the Salamander's panels.
Methods
Name |
Description |
DeselectAll |
Deselects all the items in the panel. |
SelectAll |
Selects all the items in the panel. |
StoreSelection |
Stores current selection to the selection memory. |
Properties
Name |
Description |
FocusedItem |
Gets instance of the Item object representing the focused item. |
Items |
Gets collection of all the items in the panel. |
Path |
Gets or sets panel path. |
PathType |
Gets type of the panel path. |
SelectedItems |
Gets collection of the selected items. |
See Also
Item Object
Items Collection