ICommandExtension Interface

Definition

The interface specifies the list of methods that a CommandExtension is required to implement.

public interface class ICommandExtension
public interface ICommandExtension
type ICommandExtension = interface
Public Interface ICommandExtension

Properties

Text

Initial name for the command (if any)

Methods

Execute(IMenuCommand)

Run the command

QueryStatus(IMenuCommand)

Decide dynamically whether to show this menu command

Applies to