Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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