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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 String
- path, which should be checked about the CheckState
Return Value
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