次の方法で共有


NonClientView_t::DoesVertScrollBarFit (Windows Embedded CE 6.0)

1/6/2010

This method determines whether a vertical scroll bar can fit in a window.

Syntax

static bool DoesVertScrollBarFit(
  RECT* lprc
);

Parameters

  • lprc
    [in] Pointer to a RECT structure that specifies the bounding rectangle of the window in which you want to draw the vertical scroll bar.

Return Value

TRUE indicates that the vertical scroll bar fits. FALSE indicates that the vertical scroll bar does not fit.

Requirements

Header nclientview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NonClientView_t
NonClientView_t::DoesHorzScrollBarFit
RECT