C# Class ExcelDna.Integration.Excel15MenuManager

Inheritance: IMenuManager
Afficher le fichier Open project: system-tradingtech/DataTools

Méthodes publiques

Méthode Description
AddCommandMenu ( string commandName, string menuName, string menuText, string description, string shortCut, string helpTopic ) : void
RemoveCommandMenus ( ) : void

Method Details

AddCommandMenu() public méthode

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
Résultat void

RemoveCommandMenus() public méthode

public RemoveCommandMenus ( ) : void
Résultat void