C# Class ExcelDna.Integration.Excel15MenuManager

Inheritance: IMenuManager
Exibir arquivo Open project: system-tradingtech/DataTools

Public Methods

Method Description
AddCommandMenu ( string commandName, string menuName, string menuText, string description, string shortCut, string helpTopic ) : void
RemoveCommandMenus ( ) : void

Method Details

AddCommandMenu() public method

public AddCommandMenu ( string commandName, string menuName, string menuText, string description, string shortCut, string helpTopic ) : void
commandName string
menuName string
menuText string
description string
shortCut string
helpTopic string
return void

RemoveCommandMenus() public method

public RemoveCommandMenus ( ) : void
return void