Share via


TB_SETBITMAPSIZE (Windows CE 5.0)

Send Feedback

This message sets the size of the bitmapped images to be added to a toolbar.

TB_SETBITMAPSIZE wParam= 0;lParam=(LPARAM)MAKELONG(dxBitmap,dyBitmap);

Parameters

  • wParam
    Not used.
  • dxBitmap
    Specifies the width, in pixels, of the bitmapped images.
  • dyBitmap
    Specifies the height, in pixels, of the bitmapped images.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The default image width is 16 pixels and the default image height is 15 pixels. If the size of the bitmap is not the default or if you have multiple images in a bitmap, you must call TB_SETBITMAPSIZE to change the default size settings. Otherwise, the bitmap or image is truncated or is not displayed.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.