次の方法で共有


NonClientView_t::CalcClientRectWithHorzScrollBars (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.