Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/28/2014
This message sets the size of the buttons to be added to a toolbar.
Syntax
TB_SETBUTTONSIZE wParam = 0;
lParam = (LPARAM)MAKELONG(dxButton,dyButton);
Parameters
- wParam
Not used.
- dxButton
Specifies the width, in pixels, of the buttons.
- dyButton
Specifies the height, in pixels, of the buttons.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
commctrl.h |