ToolBarView_t::LoadSystemBitmap (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.