ComboBoxView_t::DrawSelection

This method draws the selection in a combo box.

static void DrawSelection(
  HDC hdc,
  RECT* prc
);

Parameters

  • hdc
    [in] Handle to a device context.
  • prc
    [in] Pointer to a RECT structure that specifies the bounding rectangle for a selected item in a combo box.

Requirements

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

See Also

RECT