ShellBrowser .Net Edition
GetCheckState Method (p_Path, bIsSubItemOf)
NamespacesJam.ShellPathSelectionListGetCheckState(String, Boolean%)
For internal use: Check if item is in the selection.
Declaration Syntax
C#Visual BasicVisual C++
protected CheckState GetCheckState(
	string p_Path,
	ref bool bIsSubItemOf
)
Protected Function GetCheckState ( _
	p_Path As String, _
	ByRef bIsSubItemOf As Boolean _
) As CheckState
protected:
CheckState GetCheckState(
	String^ p_Path, 
	bool% bIsSubItemOf
)
Parameters
p_Path (String)
Contains the path which should be checked.
bIsSubItemOf ( Boolean %)
Indicates, if the path is a subitem of a selected folder.
Return Value
Returns the CheckState of the given path.

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