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.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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