NonClientView_t::DrawBorder (Windows Embedded CE 6.0)
1/6/2010
This method allows a group box to draw its border.
Syntax
static BOOL DrawBorder(
HWND hwnd,
HDC hdc,
LPCRECT lprc
);
Parameters
- hwnd
[in] Handle to a window.
- hdc
[in] Handle to the device context for the window.
- lprc
[in] Pointer to a RECT structure that specifies the coordinates of the bounding rectangle for the window.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | nclientview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |