IMenuCommand Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |