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
)
Public Function IsPathSelected (
aPath As String
) As CheckState
public:
CheckState IsPathSelected(
String^ aPath
)
member IsPathSelected :
aPath : string -> CheckState
Parameters
- aPath
- Type: SystemString
the path
Return Value
Type:
CheckStateReturns the selection state of the given path.
See Also