BaseSelectionListRemovePathFromSelection Method |
Use this procedure to remove an item from the selection list.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic abstract void RemovePathFromSelection(
string p_Path
)
Public MustOverride Sub RemovePathFromSelection (
p_Path As String
)
public:
virtual void RemovePathFromSelection(
String^ p_Path
) abstract
abstract RemovePathFromSelection :
p_Path : string -> unit Parameters
- p_Path String
- Full qualified path, which should be rmoved from the selection
See Also