Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |