Click or drag to resize

PathSelectionListGetCheckState Method

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

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

Parameters

p_Path
Type: SystemString
Contains the path which should be checked.
bIsSubItemOf
Type: SystemBoolean
Indicates, if the path is a subitem of a selected folder.

Return Value

Type: CheckState
Returns the CheckState of the given path.
See Also