Click or drag to resize

ShellListViewSelectAll Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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