Home > All Other Interfaces > IPopupMessage
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 |
|
|
An alignment string that specifies the position of the pop-up window. |
|
|
Enables/disables dragging of the pop-up window. |
|
|
Enables/disables resizing of the pop-up window. |
|
|
If true (default), whenever the user resizes the 3D Window, the pop-up window jumps back to its original top, left position. |
|
|
Caption of the pop-up. |
|
|
A text string assigned to each object global namespace. (Inherited from ITerraExplorerObject6) |
|
|
Returns or sets HTML popup properties including allow drag, use last size, and use default position. |
|
|
A Boolean that determines whether the focus is set to the 3D Window after the message is triggered. |
|
|
Height, in pixels or in percentage of the 3D Window, of the pop-up window. |
|
|
The ID of the object. (Inherited from ITerraExplorerObject6) |
|
|
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. |
|
|
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 x-coordinate where the pop-up will be displayed relative to the 3D Window. |
|
|
An enum that identifies the type of the object. (Inherited from ITerraExplorerObject6) |
|
|
A Boolean that determines whether the object is saved in the Fly file. (Inherited from ITerraExplorerObject6) |
|
|
A URL that is the source HTML to be displayed in the pop-up window. |
|
|
Time in milliseconds, the pop-up window is displayed. |
|
|
Top y-coordinate where the pop-up will be displayed relative to the 3D Window. |
|
|
If set to false, no caption is used for the popup message. |
|
|
Width, in pixels or in percentage of the 3D Window, of the pop-up window. |
|
|
Methods |
|
|
This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. |
|
|
Reserved. Currently not used. |
|
|
This method is exposed only in C#. To use from C++ or JavaScript use the ClientData property. |
|
|
Reserved. Currently not used. |