Click or drag to resize

JamBaseShellListViewSelectedFiles_Internal Property

Simple getter/setter for m_SelectedFiles, for use by deriving classes.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected PathCollection SelectedFiles_Internal { get; }

Property Value

Type: PathCollection
The selected files.
See Also