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