ESRI.ArcGIS.E2API Feedback via the User Forum
PopupHeight Property
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : PopupHeight Property


The default height, in pixels, of the popup window.

Syntax

Visual Basic (Declaration) 
Public Property PopupHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim value As Integer
 
instance.PopupHeight = value
 
value = instance.PopupHeight
C# 
public int PopupHeight {get; set;}

Return Value

The height of the window.

Remarks

If you don't specify the height of the popup window the application will attempt to resize the height of the window automatically depending on the content that gets displayed. For instance if the popup window displays HTML content the popup will automatically resize to fit a maximum amount of content.

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This property was added to the E2API at version 1.0.0.348.

See Also