ShellListViewSelectAll Method |
Use SelectAll to select or unselect all items in a JamShellList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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 (Optional)
- Type: SystemBoolean
(Optional) Pass True to unselect instead of selecting.
Return Value
Type:
BooleanReturns true, if all files were selected.
See Also