BitmapType (Windows CE 5.0)
This enumeration contains values that describe the bitmap type.
enum BitmapType {btStdSmallColor,btStdSmallMono,btViewSmallColor,btViewSmallMono,btClose,btOk};
Elements
- btStdSmallColor
Specifies the small, color standard bitmap. - btStdSmallMono
Specifies the small standard bitmap with a pixel depth of 2 bits per pixel (bpp). - btViewSmallColor
Specifies the small color bitmap for a list view. - btViewSmallMono
Specifies the small bitmap for a list view with a pixel depth of 2 bpp. - btClose
Specifies the bitmap for a Close (X) button. - btOk
Specifies the bitmap for an OK button.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Toolbarview.hpp.
See Also
ToolBarView_t::LoadSystemBitmap
Send Feedback on this topic to the authors