| BaseSelectionListPathSelected Method  | 
 
            Abstract definiton of the method PathSelected in the base class.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxprotected abstract CheckState PathSelected(
	string pPath,
	out bool pIsSubItemOf
)
Protected MustOverride Function PathSelected ( 
	pPath As String,
	<OutAttribute> ByRef pIsSubItemOf As Boolean
) As CheckState
protected:
virtual CheckState PathSelected(
	String^ pPath, 
	[OutAttribute] bool% pIsSubItemOf
) abstract
abstract 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