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
end
The ShellMenuItem type exposes the following members.
Constructors
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | ShellMenuItem | Initializes a new instance of the ShellMenuItem class |
Top
Properties
| Name | Description |
---|
![Public property Public property](../icons/pubproperty.gif) | Caption | Gets the caption. |
![Public property Public property](../icons/pubproperty.gif) | Id | Gets the commandid. |
![Public property Public property](../icons/pubproperty.gif) | Verb | Gets the verb. |
Top
See Also