clickMenu() static private method

Menu is clicked, forward to addin
static private clickMenu ( string location, string menuName, string itemName ) : void
location string the location within EA
menuName string the name of the menu
itemName string the name of the clicked item
return void
Esempio n. 1
0
 public void addInsToolStripMenuItem_DropDownItemClicked(object sender, ToolStripItemClickedEventArgs e)
 {
     EAAddinTesterProgram.clickMenu(this.location, e.ClickedItem.OwnerItem.Text, e.ClickedItem.Text);
 }