Contents Index Topic Contents | ||
Previous Topic: TB_SETANCHORHIGHLIGHT Next Topic: TB_SETBUTTONINFO |
TB_SETBITMAPSIZE
TB_SETBITMAPSIZE wParam = 0; lParam = (LPARAM) MAKELONG(dxBitmap, dyBitmap)Sets the size of the bitmapped images to be added to a toolbar.
- Returns TRUE if successful, or FALSE otherwise.
- dxBitmap
- Width, in pixels, of the bitmapped images.
- dyBitmap
- Height, in pixels, of the bitmapped images.
The size can be set only before adding any bitmaps to the toolbar. If an application does not explicitly set the bitmap size, the size defaults to 16 by 15 pixels.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.