PathSelectionListCompletePathSelected Method |
Ensures that the smallest complete selected path is added.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
- 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