Share via


ComboBoxView_t::DrawFocus (Windows Embedded CE 6.0)

1/6/2010

This method draws a focus rectangle around the item in the edit control of a combo box.

Syntax

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

Parameters

  • hdc
    [in] Handle to a device context.
  • prc
    [in] Pointer to a RECT structure that specifies the area to draw.

Remarks

This method calls the Gdi::DrawFocusRect_I method to draw a focus rectangle around the combo box.

Requirements

Header comboboxview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

ComboBoxView_t
Gdi::DrawFocusRect_I
RECT