IESHORTCUTFLAGS enumeration
Specifies how a shortcut should be handled by the browser.
Syntax
typedef enum tagIESHORTCUTFLAGS { IESHORTCUT_NEWBROWSER = 0x1, IESHORTCUT_OPENNEWTAB = 0x2, IESHORTCUT_FORCENAVIGATE = 0x4, IESHORTCUT_BACKGROUNDTAB = 0x8 } IESHORTCUTFLAGS;
Constants
- IESHORTCUT_NEWBROWSER
-
A new browser window should be opened for each shortcut.
- IESHORTCUT_OPENNEWTAB
-
The current or topmost browser window should open the link in a new foreground tab.
- IESHORTCUT_FORCENAVIGATE
-
The current or topmost browser window should open the link.
- IESHORTCUT_BACKGROUNDTAB
-
The current or topmost browser window should open the link in a new background tab.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012