PathSelectionListGetCheckState Method |
For internal use: Check if item is in the selection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
- Type: SystemString
Contains the path which should be checked. - bIsSubItemOf
- Type: SystemBoolean
Indicates, if the path is a subitem of a selected folder.
Return Value
Type:
CheckStateReturns the CheckState of the given path.
See Also