Share via


EditView_t::BackgroundBrush (Windows Embedded CE 6.0)

1/6/2010

This method returns the background brush for an edit box.

Syntax

static HBRUSH BackgroundBrush(
  HWND hwnd,
  HDC hdc
);

Parameters

  • hwnd
    [in] Handle to an edit box window.
  • hdc
    [in] Handle to a device context.

Return Value

The return value is the background brush for an edit box.

Requirements

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

See Also

Reference

EditView_t