JamBaseShellListViewSelectAllItemsInternal Method |
Selects all items.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected void SelectAllItemsInternal(
bool pSelect = true
)
Protected Sub SelectAllItemsInternal (
Optional pSelect As Boolean = true
)
protected:
void SelectAllItemsInternal(
bool pSelect = true
)
member SelectAllItemsInternal :
?pSelect : bool
(* Defaults:
let _pSelect = defaultArg pSelect true
*)
-> unit Parameters
- pSelect Boolean (Optional)
- Whether to select or unselect all items.
RemarksFor performance reason selection is done via the SetListViewItemState.
See Also