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
Syntax public 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 |
---|
| ShellMenuItem | Initializes a new instance of the ShellMenuItem class |
TopProperties
| Name | Description |
---|
| Caption | Gets the caption. |
| Id | Gets the commandid. |
| Verb | Gets the verb. |
TopSee Also