Gets and sets an enum that determines the HTML popup’s properties. The following are the possible values:
§ HTML_POPUP_NONE = 0
§ HTML_POPUP_ANCHOR_3D_WINDOW = 1
§ HTML_POPUP_ALLOW_DRAG = 2
§ HTML_POPUP_NO_CAPTION = 4
§ HTML_POPUP_USE_DEFAULT_POS = 8
§ HTML_POPUP_USE_LAST_SIZE = 16
§ HTML_POPUP_ALLOW_RESIZE = 32
§ HTML_POPUP_ADD_SHADOW = 64
§ HTML_POPUP_NO_BORDER = 128
§ HTML_POPUP_SET_FOCUS_TO_RENDER = 256
§ HTML_POPUP_NOT_USE_POINTER = 512
§ HTML_POPUP_ALWAYS_VISIBLE = 1024
§ HTML_POPUP_USE_LAST_POS = 2048
§ HTML_POPUP_USE_TEXT_AS_INNER_HTML = 4096
JavaScript |
|
Flags |
C# |
|
_HTML_POPUP_FLAGS Flags { get; set; } |
C++ |
|
HRESULT Flags([out, retval] _HTML_POPUP_FLAGS* pVal) HRESULT Flags([in] _HTML_POPUP_FLAGS pVal) |