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 the THUMBBUTTON structure to specify which members of that structure contain valid data.
Syntax
typedef enum THUMBBUTTONMASK {
THB_BITMAP = 0x1,
THB_ICON = 0x2,
THB_TOOLTIP = 0x4,
THB_FLAGS = 0x8
} ;
Constants
THB_BITMAPValue: 0x1 The iBitmap member contains valid information. |
THB_ICONValue: 0x2 The hIcon member contains valid information. |
THB_TOOLTIPValue: 0x4 The szTip member contains valid information. |
THB_FLAGSValue: 0x8 The dwFlags member contains valid information. |
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) |