HeaderView_t::Height
This method determines the height with which the header should be drawn.
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Headerview.hpp.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.