NonClientView_t::DoesHorzScrollBarFit (Windows CE 5.0)
This method determines whether a horizontal scroll bar can fit in a window.
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 Values
TRUE indicates that the horizontal scroll bar fits. FALSE indicates that the horizontal scroll bar does not fit.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Nclientview.hpp.
See Also
NonClientView_t::DoesVertScrollBarFit | RECT
Send Feedback on this topic to the authors