Conduit API
Case Study
ExternalMenu.EM_Button.DefaultButtonText
 
Gets or sets the text that appears on the menu button
 
public String DefaultButtonText
 
Description Range Type
Text that appears on the menu button - String
 
None
 
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Button.DefaultButtonText = "Some Text";