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.2
Syntax
public bool SelectAll(
	bool pUnselect = false
)

Parameters

pUnselect  Boolean  (Optional)
(Optional) Pass True to unselect instead of selecting.

Return Value

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