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.1
Syntax
public CheckState IsPathSelected(
	string aPath
)

Parameters

aPath
Type: SystemString
the path

Return Value

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