ToolBarView_t::LoadSystemBitmap
This method loads the system bitmap that the toolbar requires.
static HBITMAP LoadSystemBitmap(
enum BitmapType bt
);
Parameters
- bt
[in] Value from the BitmapType enumeration that specifies the type of the bitmap. The following table shows the possible values.Value Description btClose The bitmap for a Close(X) button. btOK The bitmap for an OK button. btStdSmallColor The small, color standard bitmap. btStdSmallMono The small, standard bitmap with a pixel depth of 2 bits per pixel (bpp). btViewSmallColor The small, color bitmap for a list view. btViewSmallMono The small, bitmap for a list view with a pixel depth of 2 bpp.
Return Values
The return value is a handle to the bitmap.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Toolbarview.hpp.
See Also
ToolBarView_t | BitmapType | TB_LOADIMAGES
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.