Home > All Other Interfaces > IPopupMessage

IPopupMessage6

A popup mesage 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 

An alignment string that specifies the position of the pop-up window.

AllowDrag

Enables/disables dragging of the pop-up window.

AllowResize

Enables/disables resizing of the pop-up window.

AnchorToView

If true (default), whenever the user resizes the 3D Window, the pop-up window jumps back to its original top, left position.

Caption

Caption of the pop-up.

ClientData

A text string assigned to each object global namespace. (Inherited from ITerraExplorerObject6)

Flags

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

FocusToRender

A Boolean that determines whether the focus is set to the 3D Window after the message is triggered.

Height

Height, in pixels or in percentage of the 3D Window, of the pop-up window.

ID

The ID of the object. (Inherited from ITerraExplorerObject6)

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

Left x-coordinate where the pop-up will be displayed relative to the 3D Window.

ObjectType

An enum that identifies the type of the object. (Inherited from ITerraExplorerObject6)

SaveInFlyFile

A Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject6)

Src

A URL that is the source HTML to be displayed in the pop-up window.

Timeout

Time in milliseconds, the pop-up window is displayed.

Top

Top y-coordinate where the pop-up will be displayed relative to the 3D Window.

ShowCaption

If set to false, no caption is used for the popup message.

Width

Width, in pixels or in percentage of the 3D Window, of the pop-up window.

 

Methods

 

get_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property.

GetParam

Reserved. Currently not used.

set_ClientData

This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property.

SetParam

Reserved. Currently not used.