| 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
Syntaxprotected override CheckState PathSelected(
	string pPath,
	out bool pIsSubItemOf
)
Protected Overrides Function PathSelected ( 
	pPath As String,
	<OutAttribute> ByRef pIsSubItemOf As Boolean
) As CheckState
protected:
virtual CheckState PathSelected(
	String^ pPath, 
	[OutAttribute] bool% pIsSubItemOf
) override
abstract PathSelected : 
        pPath : string * 
        pIsSubItemOf : bool byref -> CheckState 
override PathSelected : 
        pPath : string * 
        pIsSubItemOf : bool byref -> CheckState 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: 
CheckStateReturns the CheckState of the path.
 See Also
See Also