Gets or sets the listview this context menu is associated with
| C# | Visual Basic | Visual C++ |
public ShellListView ListView { get; set; }
Public Property ListView As ShellListView
public: property ShellListView^ ListView { ShellListView^ get (); void set (ShellListView^ value); }