Share via


HeaderView_t::Height (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

HeaderView_t