PathSelectionListIsItemFullSelected Method |
Determines if an item is in the selection list directly, or if one of its parent folders is in the selection list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool IsItemFullSelected(
string p_Path
)
Protected Function IsItemFullSelected (
p_Path As String
) As Boolean
protected:
bool IsItemFullSelected(
String^ p_Path
)
member IsItemFullSelected :
p_Path : string -> bool
Parameters
- p_Path
- Type: SystemString
path, which should be checked about the CheckState
Return Value
Type:
BooleanTrue if an item is in the selection list directly, or if one of its parent folders is in the selection list; false otherwise.
See Also