IContextMenuItem Interface
Applies to v2.
Represents an interface for the item in a context menu.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IContextMenuItem
'Usage
Dim instance As IContextMenuItem
public interface IContextMenuItem
public interface class IContextMenuItem
type IContextMenuItem = interface end
public interface IContextMenuItem
The IContextMenuItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Command | Gets the command to invoke when the button is selected. | |
CommandParameter | Gets or sets the parameter to pass to the Command. | |
Icon | Gets a 16x16 image for the item. | |
Label | Gets a label for the item. |
Top