JamBaseShellListViewCollectSelectedPaths Property |
true if m_SelectedFiles should contain whole paths instead of files only.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected bool CollectSelectedPaths { get; set; }
Protected Property CollectSelectedPaths As Boolean
Get
Set
protected:
property bool CollectSelectedPaths {
bool get ();
void set (bool value);
}
member CollectSelectedPaths : bool with get, set
Property Value
Type:
BooleanSee Also