NonClientView_t (Windows Embedded CE 6.0)
1/6/2010
This class draws the nonclient area of a window.
Method | Description |
---|---|
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. |
|
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. |
|
Determines the coordinates of the rectangle that bounds the title bar of the window. |
|
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. |
|
Determines the size of the client rectangle for a window that does not have a scroll bar. |
|
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. |
|
Determines whether a horizontal scroll bar can fit in a window. |
|
Determines whether a vertical scroll bar can fit in a window. |
|
Determines whether a hit occurred in the nonclient area and the location of the hit. |
|
Draws the nonclient area. |
|
Allows a group box to draw its border. |
|
Draws a frame control of the specified type and style. |
|
Draws a frame control of the specified type and style. |
|
Calculates the size of a button in the nonclient area. |
Requirements
Header | nclientview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |