Click or drag to resize

BaseSelectionListPathSelected Method

Abstract definiton of the method PathSelected in the base class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected abstract 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