HeaderView_t::Height
Other versions of this page are also available for the following:
8/28/2008
This method determines the height with which the header should be drawn.
Syntax
static int Height(
int cyChar,
int cyEdge
);
Parameters
- cyChar
[in] Integer that specifies the height of a character to display in the header.
- cyEdge
[in] Integer that specifies the height of the border of the header control.
Return Value
The return value is the height that you should use to draw the header control.
Remarks
The default implementation of this method relies on DrawEdge to draw the border.
Requirements
Header | headerview.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |