Conduit API
Case Study
ExternalMenu.EM_Button.ButtonTooltip
 
Gets or sets the text that appears when the mouse hovers over the button
 
public String ButtonTooltip
 
Description Range Type
Text that appears when the mouse hovers over the button - String
 
None
 
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Button.ButtonTooltip = "Some Tooltip";