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 |
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Button.ButtonTooltip = "Some Tooltip";