1 |
4.476286 |
BTNS_AUTOSIZE |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
#define BTNS_AUTOSIZE TBSTYLE_AUTOSIZE // 0x0010; automatically calculate the cx of the button
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\commctrl.rh(61,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef NOUSER
- Ifndef NOTOOLBAR
|
2 |
3.165212 |
TBSTYLE_AUTOSIZE |
Int32 |
16 |
0x00000010 |
16 |
|
|
System.Int32 |
#define TBSTYLE_AUTOSIZE 0x0010 // obsolete; use BTNS_AUTOSIZE instead
|
%ProgramFiles(x86)%\Windows Kits\10\Include\10.0.22621.0\um\commctrl.rh(42,0) |
- If WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
- Ifndef NOUSER
- Ifndef NOTOOLBAR
|