A native WPF context menu item representing a shell menu item.
Inheritance Hierarchy
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntaxpublic class ShellMenuItem : MenuItem
Public Class ShellMenuItem
Inherits MenuItem
public ref class ShellMenuItem : public MenuItem
type ShellMenuItem =
class
inherit MenuItem
endThe ShellMenuItem type exposes the following members.
Constructors|
| Name | Description |
|---|
 | ShellMenuItem | Initializes a new instance of the ShellMenuItem class |
Top
Properties|
| Name | Description |
|---|
 | Caption | Gets the caption. |
 | Id | Gets the commandid. |
 | Verb | Gets the verb. |
Top
See Also