Share via


EditView_t::DrawBackground (Windows Embedded CE 6.0)

1/6/2010

This method draws the background of an edit box.

Syntax

static void DrawBackground(
  HWND hwnd,
  HDC hdc,
  RECT* prc
);

Parameters

  • hwnd
    [in] Handle to an edit box window.
  • hdc
    [in] Handle to a device context.
  • prc
    [in] Pointer to a RECT structure that specifies the bounding rectangle for the background to be drawn in the edit box.

Requirements

Header editview.hpp
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

EditView_t
RECT