NonClientView_t (Windows Embedded CE 6.0)

1/6/2010

This class draws the nonclient area of a window.

Method Description

NonClientView_t::BoundingRect

Retrieves the coordinates of the bounding rectangle. The bounding rectangle is the client area of the parent window of the specified window, expressed in screen coordinates. If the specified window is a top-level window, the bounding rectangle is the screen rectangle.

NonClientView_t::BoundPoint

Confines the touch coordinate to a rectangular area on the screen. If the touch coordinate lies outside the rectangle, NonClientView_t::BoundPoint automatically adjusts the touch coordinate to keep it inside the rectangular area.

NonClientView_t::CalcCaptionRect

Determines the coordinates of the rectangle that bounds the title bar of the window.

NonClientView_t::CalcClientRectWithHorzScrollBars

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.

NonClientView_t::CalcClientRectWithNoScrollBars

Determines the size of the client rectangle for a window that does not have a scroll bar.

NonClientView_t::CalcClientRectWithVertScrollBars

Determines the size of the client rectangle for a window with a vertical scroll bar, given the size of the client rectangle for the window without scroll bars.

NonClientView_t::DoesHorzScrollBarFit

Determines whether a horizontal scroll bar can fit in a window.

NonClientView_t::DoesVertScrollBarFit

Determines whether a vertical scroll bar can fit in a window.

NonClientView_t::DoHitTest

Determines whether a hit occurred in the nonclient area and the location of the hit.

NonClientView_t::DoPaint

Draws the nonclient area.

NonClientView_t::DrawBorder

Allows a group box to draw its border.

NonClientView_t::DrawFrameControl

Draws a frame control of the specified type and style.

NonClientView_t::ExposedDrawFrameControl

Draws a frame control of the specified type and style.

NonClientView_t::WidgetRect

Calculates the size of a button in the nonclient area.

Requirements

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

See Also

Reference

GWES OS Classes and Methods