NonClientView_t::CalcClientRectWithHorzScrollBars (Windows CE 5.0)
This method determines the size of the client rectangle for a window with a horizontal scroll bar, given the size of the client rectangle for the window without a horizontal scroll bar.
static void CalcClientRectWithHorzScrollBars(RECT* lprc);
Parameters
- lprc
[in, out] Pointer to a RECT structure that on input specifies the bounding rectangle, in screen coordinates, for the client area of the window without a horizontal scroll bar. On output, the structure contains adjusted values that reflect the height of the horizontal scroll bar.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nclientview.hpp.
See Also
NonClientView_t::CalcClientRectWithNoScrollBars | NonClientView_t::CalcClientRectWithVertScrollBars | RECT
Send Feedback on this topic to the authors