BaseSelectionListPathSelected Method |
Abstract definiton of the method PathSelected in the base class.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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 String
- Passed Path, which should be checked.
- pIsSubItemOf Boolean
- Out parameter, which indicates if the path is part of a selected folder.
Return Value
CheckStateReturns the CheckState of the path.
See Also