IMenuCommand Interface

Definition

Simple interface to interact with an ICommandExtension. It specifies a list of methods that must be exposed to be consumed by a ICommandExtension implementation.

public interface class IMenuCommand
public interface IMenuCommand
type IMenuCommand = interface
Public Interface IMenuCommand

Properties

Enabled

Check if ContextMenu item is enabled

Text

Caption for the ContextMenu item

Visible

Check if ContextMenu item is visible

Applies to