HeaderView_t::Height (Windows CE 5.0)

Send Feedback

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

HeaderView_t

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.