Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method loads the system bitmap that the toolbar requires.
static HBITMAP LoadSystemBitmap(enum BitmapTypebt);
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
Send Feedback on this topic to the authors