BaseSelectionListCompletePathSelected Method |
Ensures that the smallest complete selected path is added.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 String
- Path of a file or folder, which was added to the selection list.
Return Value
StringReturns the smallest complete selected path, which is selected.
See Also