Click or drag to resize

BaseSelectionListAddPathToSelection Method

Adds a path to the list of selected paths.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public abstract void AddPathToSelection(
	string p_Path
)

Parameters

p_Path
Type: SystemString
Path, which should be added.
See Also