JamBaseShellListViewSelectAllItemsInternal Method |
Selects all items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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 (Optional)
- Type: SystemBoolean
Whether to select or unselect all items.
Remarks For performance reason selection is done via the SetListViewItemState.
See Also