Enumerazione IESHORTCUTFLAGS (shlobj_core.h)
Specifica il modo in cui un collegamento deve essere gestito dal browser.
Sintassi
typedef enum tagIESHORTCUTFLAGS {
IESHORTCUT_NEWBROWSER = 0x01,
IESHORTCUT_OPENNEWTAB = 0x02,
IESHORTCUT_FORCENAVIGATE = 0x04,
IESHORTCUT_BACKGROUNDTAB = 0x08
} IESHORTCUTFLAGS;
Costanti
IESHORTCUT_NEWBROWSER Valore: 0x01 Verrà aperta una nuova finestra del browser per ogni collegamento. |
IESHORTCUT_OPENNEWTAB Valore: 0x02 La finestra del browser corrente o superiore deve aprire il collegamento in una nuova scheda in primo piano. |
IESHORTCUT_FORCENAVIGATE Valore: 0x04 La finestra del browser corrente o superiore deve aprire il collegamento. |
IESHORTCUT_BACKGROUNDTAB Valore: 0x08 La finestra del browser corrente o superiore deve aprire il collegamento in una nuova scheda di sfondo. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | shlobj_core.h (include Shlobj.h) |