ExternalMenu.EM_Menu.EM_MenuItem.EM_Data.EM_PopHtml.Height
Gets or sets the height, in pixels, of the pop html window.
| Description |
Range |
Type |
| Height, in pixels, of the pop html window |
>0 |
Int32 |
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;