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

Parameters

p_Path
Type: SystemString
path, which should be checked about the CheckState

Return Value

Type: 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