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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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