Partager via


ComboBoxView_t::DrawFocus

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

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Comboboxview.hpp.

See Also

Gdi::DrawFocusRect_I | RECT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.