PathSelectionListAddPathToSelection Method |
Adds a path to the list of selected paths.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override void AddPathToSelection(
string p_Path
)
Public Overrides Sub AddPathToSelection (
p_Path As String
)
public:
virtual void AddPathToSelection(
String^ p_Path
) override
abstract AddPathToSelection :
p_Path : string -> unit
override AddPathToSelection :
p_Path : string -> unit Parameters
- p_Path String
- Path, which should be added.
See Also