NonClientView_t::DoesHorzScrollBarFit (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

static bool DoesHorzScrollBarFit(
  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 horizontal scroll bar.

Return Value

TRUE indicates that the horizontal scroll bar fits. FALSE indicates that the horizontal 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::DoesVertScrollBarFit
RECT