ShellBrowser .Net Edition
IsPathSelected Method (aPath)
NamespacesJam.ShellPathSelectionListIsPathSelected(String)
This function returns for the given path, if it is fully, partially or not part of the list of selected files.
Declaration Syntax
C#Visual BasicVisual C++
public CheckState IsPathSelected(
	string aPath
)
Public Function IsPathSelected ( _
	aPath As String _
) As CheckState
public:
CheckState IsPathSelected(
	String^ aPath
)
Parameters
aPath (String)
the path
Return Value
Returns the selection state of the given path.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)