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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic CheckState IsPathSelected(
string aPath
)
Public Function IsPathSelected (
aPath As String
) As CheckState
public:
CheckState IsPathSelected(
String^ aPath
)
member IsPathSelected :
aPath : string -> CheckState Parameters
- aPath String
- the path
Return Value
CheckStateReturns the selection state of the given path.
See Also