ShellListViewSelectAll Method |
Use SelectAll to select or unselect all items in a JamShellList.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool SelectAll(
bool pUnselect = false
)
Public Function SelectAll (
Optional pUnselect As Boolean = false
) As Boolean
public:
bool SelectAll(
bool pUnselect = false
)
member SelectAll :
?pUnselect : bool
(* Defaults:
let _pUnselect = defaultArg pUnselect false
*)
-> bool Parameters
- pUnselect Boolean (Optional)
- (Optional) Pass True to unselect instead of selecting.
Return Value
BooleanReturns true, if all files were selected.
See Also