Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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_TASKBARSValue: 0 This UI component is a taskbar icon. |
SHELL_UI_COMPONENT_NOTIFICATIONAREAValue: 1 This UI component is an icon in the notification area. |
SHELL_UI_COMPONENT_DESKBANDValue: 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 |