Click or drag to resize

PathSelectionListPathSelected Method

For internal use: Check if item is in the selection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override CheckState PathSelected(
	string pPath,
	out bool pIsSubItemOf
)

Parameters

pPath
Type: SystemString
Passed Path, which should be checked.
pIsSubItemOf
Type: SystemBoolean
Out parameter, which indicates if the path is part of a selected folder.

Return Value

Type: CheckState
Returns the CheckState of the path.
See Also