BackgroundContextMenuListView Property |
Gets or sets the listview this context menu is associated with
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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:
ShellListViewSee Also