PathSelectionListPathSelected Method |
For internal use: Check if item is in the selection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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 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