SHELL_UI_COMPONENT'enumerazione (shellscalingapi.h)
Identifica il tipo di componente dell'interfaccia utente necessario nella shell.
Sintassi
typedef enum {
SHELL_UI_COMPONENT_TASKBARS = 0,
SHELL_UI_COMPONENT_NOTIFICATIONAREA = 1,
SHELL_UI_COMPONENT_DESKBAND = 2
} SHELL_UI_COMPONENT;
Costanti
SHELL_UI_COMPONENT_TASKBARS Valore: 0 Questo componente dell'interfaccia utente è un'icona della barra delle applicazioni. |
SHELL_UI_COMPONENT_NOTIFICATIONAREA Valore: 1 Questo componente dell'interfaccia utente è un'icona nell'area di notifica. |
SHELL_UI_COMPONENT_DESKBAND Valore: 2 Questo componente dell'interfaccia utente è un'icona deskband. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 [solo app desktop] |
Server minimo supportato | Windows Server 2012 R2 [solo app desktop] |
Intestazione | shellscalingapi.h |