SHELL_UI_COMPONENT enumeration (shellscalingapi.h)
Identifies the type of UI component that is needed in the shell.
Syntax
typedef enum {
SHELL_UI_COMPONENT_TASKBARS = 0,
SHELL_UI_COMPONENT_NOTIFICATIONAREA = 1,
SHELL_UI_COMPONENT_DESKBAND = 2
} SHELL_UI_COMPONENT;
Constants
SHELL_UI_COMPONENT_TASKBARS Value: 0 This UI component is a taskbar icon. |
SHELL_UI_COMPONENT_NOTIFICATIONAREA Value: 1 This UI component is an icon in the notification area. |
SHELL_UI_COMPONENT_DESKBAND Value: 2 This UI component is a deskband icon. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | shellscalingapi.h |