NonClientView_t::DrawBorder (Windows CE 5.0)

Send Feedback

This method allows a group box to draw its border.

static BOOL DrawBorder(HWNDhwnd,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 Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.