PathSelectionListCompleteChildPathSelected Method |
Checks if a folder path is completly selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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