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.0
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