Conduit API
Case Study
ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml.Url
 
Gets or sets the URL of the pop html window.
 
public String Url
 
Description Range Type
URL of the pop html window - String
 
None
 
ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml popHtml = new ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml(); popHtml.Width = 100; ExternalMenu.EM_Menu.EM_MenuItem menuItem = new ExternalMenu.EM_Menu.EM_MenuItem(); menuItem.Data.PopHtml = popHtml;