[in, out] _HTML_POPUP_FLAGS –The following flags can be used to customize the HTML Pop-up window:
HTML_POPUP_ANCHOR_3D_WINDOW =
1
Defines whether the pop-up window moves when moving the 3D
window.
HTML_POPUP_ALLOW_DRAG =
2
Enables users to drag and move the pop-up window.
HTML_POPUP_NO_CAPTION =
4
Removes the caption area. Note – you still need to set a caption
string to identify the window and remove it.
HTML_POPUP_USE_DEFAULT_POS
= 8
Places the window in its default position.
HTML_POPUP_USE_LAST_SIZE = 16
Sets the window size according to the size of the last HTML pop-up
window.
HTML_POPUP_ALLOW_RESIZE
= 32
Enables the users to resize the pop-up window.
HTML_POPUP_ADD_SHADOW =
64
Adds a shadow to the pop-up window.
Important – In some hardware and software configurations
this feature may dramatically reduce performance.
HTML_POPUP_NO_BORDER =
128
Removes the window border.
HTML_POPUP_SET_FOCUS_TO_RENDER =
256
When in embedded mode sets the application focus to the 3D window.
If not used the focus is set to the pop-up content.
HTML_POPUP_NOT_USE_POINTER = 512
Displays the window without a pointer to the object.
HTML_POPUP_ALWAYS_VISIBLE = 1024
Defines whether the pop-up window is automatically hidden when the
3D window is not visible.
HTML_POPUP_USE_LAST_POS = 2048
Sets the window size according to the size of the last HTML pop-up
window.