[]
Defines a context menu id for specific component and context
public struct ContextMenuId
Name | Description |
---|---|
ContextMenuId(Type, Guid, int) | Allows initialization with the specified component, context and id |
Name | Description |
---|---|
ComponentType | Specifies the component for which this context menu is applicable |
Context | Specifies the context for which this context menu is applicable |
Id | Specifies the command ID for this context menu |
Name | Description |
---|---|
IsApplicable(IComponent, Guid) | Checks if this Context menu is applicable for the specified component and context |