Share via


ToolBarView_t::LoadSystemBitmap (Windows Embedded CE 6.0)

1/6/2010

This method loads the system bitmap that the toolbar requires.

Syntax

static HBITMAP LoadSystemBitmap(
  enum BitmapType bt
);

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 Value

The return value is a handle to the bitmap.

Requirements

Header toolbarview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ToolBarView_t
BitmapType
TB_LOADIMAGES