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
)
Protected Function CompleteChildPathSelected (
sFQPath As String
) As Boolean
protected:
bool CompleteChildPathSelected(
String^ sFQPath
)
member CompleteChildPathSelected :
sFQPath : string -> bool
Parameters
- sFQPath
- Type: SystemString
The folder path, which should be checked.
Return Value
Type:
BooleanReturns true, if the folder path is completly selected.
See Also