PathSelectionListRemovePathFromSelection Method |
Use this procedure to remove an item from the selection list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override void RemovePathFromSelection(
string pPath
)
Public Overrides Sub RemovePathFromSelection (
pPath As String
)
public:
virtual void RemovePathFromSelection(
String^ pPath
) override
abstract RemovePathFromSelection :
pPath : string -> unit
override RemovePathFromSelection :
pPath : string -> unit
Parameters
- pPath
- Type: SystemString
Full qualified path, which should be rmoved from the selection
See Also