IESHORTCUTFLAGS enumeration
Applies to: desktop apps only
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 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/7/2012