BackgroundContextMenuView Property |
Returns the collection ToolStripItems for different view modes.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ToolStripMenuItem View { get; }Public ReadOnly Property View As ToolStripMenuItem
Get
public:
property ToolStripMenuItem^ View {
ToolStripMenuItem^ get ();
}member View : ToolStripMenuItem with get
Property Value
ToolStripMenuItem
See Also