BitmapType (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains values that describe the bitmap type.
Syntax
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
Header | toolbarview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |