Share via


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

Name Description
Text

Initial name for the command (if any)

Methods

Name Description
Execute(IMenuCommand)

Run the command

QueryStatus(IMenuCommand)

Decide dynamically whether to show this menu command

Applies to