Share via


EditView_t::DrawSelection (Windows Embedded CE 6.0)

1/6/2010

This method draws the selection in an edit box.

Syntax

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

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 an edit box.
  • prcOldBackgroundColor
    [out] Pointer to a COLORREF structure that receives the previous background color.
  • prcOldTextColor
    [out] Pointer to a COLORREF structure that receives the previous text color.

Requirements

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

See Also

Reference

EditView_t
RECT
COLORREF