BackgroundContextMenuListView Property |
Gets or sets the listview this context menu is associated with
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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
ShellListView
See Also