Click or drag to resize

PathSelectionListCompleteChildPathSelected Method

Checks if a folder path is completly selected.

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