ShellBrowser .Net Edition
PathSelected Method (Path, bIsSubItemOf)
NamespacesJam.ShellBaseSelectionListPathSelected(String, Boolean%)
Abstract definiton of the method PathSelected in the base class.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract CheckState PathSelected(
	string Path,
	out bool bIsSubItemOf
)
Protected MustOverride Function PathSelected ( _
	Path As String, _
	<OutAttribute> ByRef bIsSubItemOf As Boolean _
) As CheckState
protected:
virtual CheckState PathSelected(
	String^ Path, 
	[OutAttribute] bool% bIsSubItemOf
) abstract
Parameters
Path (String)
Passed Path, which should be checked.
bIsSubItemOf ( Boolean %)
Out parameter, which indicates if the path is part of a selected folder.
Return Value
Returns the CheckState of the path.

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