Click or drag to resize

PathSelectionListRemovePathFromSelection Method

Use this procedure to remove an item from the selection list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public override void RemovePathFromSelection(
	string pPath
)

Parameters

pPath
Type: SystemString
Full qualified path, which should be rmoved from the selection
See Also