Click or drag to resize

PathSelectionListIsPathSelected Method

This function returns for the given path, if it is fully, partially or not part of the list of selected files.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public CheckState IsPathSelected(
	string aPath
)

Parameters

aPath  String
the path

Return Value

CheckState
Returns the selection state of the given path.
See Also