ComboBoxView_t::BackgroundBrush

This method returns the background brush for a combo box.

static HBRUSH BackgroundBrush(
  HWND hwnd,
  HWND hwndEdit,
  HDC hdc
);

Parameters

  • hwnd
    [in] Handle to a combo box window.
  • hwndEdit
    [in] Handle to the edit control in a combo box window.
  • hdc
    [in] Handle to a device context.

Return Values

The return value is the background brush for the combo box.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Comboboxview.hpp.