Click or drag to resize

JamBaseShellListViewSelectAllItemsInternal Method

Selects all items.

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

Parameters

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