| BackgroundContextMenuListView Property  | 
 
            Gets or sets the listview this context menu is associated with
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic ShellListView ListView { get; set; }Public Property ListView As ShellListView
	Get
	Set
public:
property ShellListView^ ListView {
	ShellListView^ get ();
	void set (ShellListView^ value);
}member ListView : ShellListView with get, set
Property Value
Type: 
ShellListView See Also
See Also