JamBaseShellListViewCollectSelectedPaths Property |
true if m_SelectedFiles should contain whole paths instead of files only.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
Boolean
See Also