Click or drag to resize

PathSelectionListGetCheckState Method

For internal use: Check if item is in the selection.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected CheckState GetCheckState(
	string p_Path,
	ref bool bIsSubItemOf
)

Parameters

p_Path  String
Contains the path which should be checked.
bIsSubItemOf  Boolean
Indicates, if the path is a subitem of a selected folder.

Return Value

CheckState
Returns the CheckState of the given path.
See Also