PathSelectionListGetCheckState Method |
For internal use: Check if item is in the selection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
)
member GetCheckState :
p_Path : string *
bIsSubItemOf : bool byref -> CheckState 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
CheckStateReturns the CheckState of the given path.
See Also