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