Click or drag to resize

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.2
Syntax
protected bool IsItemFullSelected(
	string p_Path
)

Parameters

p_Path  String
path, which should be checked about the CheckState

Return Value

Boolean
True 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