Conduit API
Case Study
ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml.Height
 
Gets or sets the height, in pixels, of the pop html window.
 
public Int32 Height
 
Description Range Type
Height, in pixels, of the pop html window >0 Int32
 
None
 
ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml popHtml = new ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml();
popHtml.Height = 50;
ExternalMenu.EM_Menu.EM_MenuItem menuItem = new ExternalMenu.EM_Menu.EM_MenuItem();
menuItem.Data.PopHtml = popHtml;