Click or drag to resize

ShellMenuItem Class

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

The ShellMenuItem type exposes the following members.

Constructors
  NameDescription
Public methodShellMenuItem
Initializes a new instance of the ShellMenuItem class
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption.
Public propertyId
Gets the commandid.
Public propertyVerb
Gets the verb.
Top
See Also