Click or drag to resize

PathSelectionListAddPathToSelection Method

Adds a path to the list of selected paths.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override void AddPathToSelection(
	string p_Path
)

Parameters

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