ComboBoxView_t::DrawFocus (Windows CE 5.0)
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
Send Feedback on this topic to the authors