Click or drag to resize

ShellListViewSelectAll Method

Use SelectAll to select or unselect all items in a JamShellList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool SelectAll(
	bool pUnselect = false
)

Parameters

pUnselect (Optional)
Type: SystemBoolean
(Optional) Pass True to unselect instead of selecting.

Return Value

Type: Boolean
Returns true, if all files were selected.
See Also