BitmapType
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.