PathSelectionListAddPathToSelection Method |
Adds a path to the list of selected paths.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- Type: SystemString
Path, which should be added.
See Also