DeselectAll Method

The DeselectAll method cancels the current selection in the panel.

Syntax

DeselectAll([save])

Parameters

save

Optional. Boolean value determining whether the current selection should be saved prior it is cancelled. By default the selection is not saved. For more information see the following Remarks section.

Return Values

This method does not return a value.

Remarks

To be consistent with other Altap Salamander operations the script should use this method to cancel the selection after it finishes the operation in the panel. Before deselecting the items the script should use the StoreSelection method to save the selection so the user is allowed to use another operation for the same files and directories. Alternatively the script can save and cancel the selection in one step by calling this method with the save parameter set to true.

See Also

Panel Object

StoreSelection Method