BaseSelectionListCompletePathSelected Method |
Ensures that the smallest complete selected path is added.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected abstract string CompletePathSelected(
string p_Path
)
Protected MustOverride Function CompletePathSelected (
p_Path As String
) As String
protected:
virtual String^ CompletePathSelected(
String^ p_Path
) abstract
abstract CompletePathSelected :
p_Path : string -> string
Parameters
- p_Path
- Type: SystemString
Path of a file or folder, which was added to the selection list.
Return Value
Type:
StringReturns the smallest complete selected path, which is selected.
See Also