IPopupMessage80

A popup message is an HTML pop-up window that contains Microsoft Internet Explorer browser or simple text. This interface enables you to set properties for the popup message, including size and position, and display time.

 

 

Properties

 

Align

Get and sets an alignment string that specifies the position of the pop-up window.

AllowDrag

Gets and sets a Boolean that enables/disables dragging of the pop-up window.

AllowResize

Gets and sets a Boolean that enables/disables resizing of the pop-up window.

AnchorToView

Gets and sets a Boolean that determines whether the pop-up window jumps back to its original top, left position whenever the user resizes the 3D Window.

Caption

Gets and sets the caption of the pop-up.

ClientData

Gets and sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80)

Flags

Gets and sets HTML popup properties including allow drag, use last size, and use default position.

FocusToRender

Gets and sets a Boolean that determines whether the focus is set to the 3D Window after the message is triggered.

Height

Gets and sets the height of the pop-up window, in pixels or in percentage of the 3D Window.

ID

Gets the ID of the object. (Inherited from ITerraExplorerObject80)

InnerHTML

If the src property is undefined, the pop-up window utilizes an HTML page and lets the user modify its InnerHTML as in a regular HTML web page.

InnerText

If both src and InnerHTML properties are undefined, the pop-up window is a simple text string. The text string is determined via this property.

Left

Gets and sets the left x-coordinate where the pop-up will be displayed relative to the 3D Window.

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject80)

SaveInFlyFile

Gets and sets a Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject80)

Src

Gets and sets a URL that is the source HTML to be displayed in the pop-up window.

Timeout

Gets and sets the time in milliseconds that the pop-up window is displayed.

Top

Gets and sets the top y-coordinate where the pop-up will be displayed relative to the 3D Window.

ShowCaption

Gets and sets a Boolean that determines if a caption is used for the popup message.

Width

Gets and sets the width of the pop-up window, in pixels or in percentage of the 3D Window.

 

Methods

 

GetParam

Reserved. Currently not used.

SetParam

Reserved. Currently not used.