Click or drag to resize

PathSelectionListCompleteChildPathSelected Method

Checks if a folder path is completly selected.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected bool CompleteChildPathSelected(
	string sFQPath
)

Parameters

sFQPath
Type: SystemString
The folder path, which should be checked.

Return Value

Type: Boolean
Returns true, if the folder path is completly selected.
See Also