Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by THUMBBUTTON to control specific states and behaviors of the button.
Syntax
typedef enum THUMBBUTTONFLAGS {
THBF_ENABLED = 0,
THBF_DISABLED = 0x1,
THBF_DISMISSONCLICK = 0x2,
THBF_NOBACKGROUND = 0x4,
THBF_HIDDEN = 0x8,
THBF_NONINTERACTIVE = 0x10
} ;
Constants
THBF_ENABLEDValue: 0 The button is active and available to the user. |
THBF_DISABLEDValue: 0x1 The button is disabled. It is present, but has a visual state that indicates that it will not respond to user action. |
THBF_DISMISSONCLICKValue: 0x2 When the button is clicked, the taskbar button's flyout closes immediately. |
THBF_NOBACKGROUNDValue: 0x4 Do not draw a button border, use only the image. |
THBF_HIDDENValue: 0x8 The button is not shown to the user. |
THBF_NONINTERACTIVEValue: 0x10 The button is enabled but not interactive; no pressed button state is drawn. This value is intended for instances where the button is used in a notification. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | shobjidl_core.h (include Shobjidl.h) |