ExternalMenu.EM_Button.DefaultIconUrl
Gets or sets the URL containing the icon displayed on the button
public String DefaultIconUrl
| Description |
Range |
Type |
| URL containing the icon displayed on the button |
- |
String |
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Button.DefaultIconUrl = "http://SomeUrl";