THUMBBUTTONMASK enumeration
Used by the THUMBBUTTON structure to specify which members of that structure contain valid data.
Syntax
typedef enum THUMBBUTTONMASK { THB_BITMAP = 0x00000001, THB_ICON = 0x00000002, THB_TOOLTIP = 0x00000004, THB_FLAGS = 0x00000008 } THUMBBUTTONMASK;
Constants
- THB_BITMAP
-
The iBitmap member contains valid information.
- THB_ICON
-
The hIcon member contains valid information.
- THB_TOOLTIP
-
The szTip member contains valid information.
- THB_FLAGS
-
The dwFlags member contains valid information.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012