PathSelectionListCompletePathSelected Method |
Ensures that the smallest complete selected path is added.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected override string CompletePathSelected(
string p_Path
)
Protected Overrides Function CompletePathSelected (
p_Path As String
) As String
protected:
virtual String^ CompletePathSelected(
String^ p_Path
) override
abstract CompletePathSelected :
p_Path : string -> string
override 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