Click or drag to resize

JamBaseShellListViewSelectAllItemsInternal Method

Selects all items.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void SelectAllItemsInternal(
	bool pSelect = true
)

Parameters

pSelect  Boolean  (Optional)
Whether to select or unselect all items.
Remarks
For performance reason selection is done via the SetListViewItemState.
See Also