Compartir a través de


ListBoxView_t::ItemHeight (Windows CE 5.0)

Send Feedback

This method retrieves the height of an item in a list box.

static int ItemHeight(HWND hwnd,HDC hdc);

Parameters

  • hwnd
    [in] Handle to a list box window. This value of this parameter is currently ignored.
  • hdc
    [in] Handle to the device context for the window.

Return Values

The return value is the height, in logical units that depend on the mapping mode, of the text in the list box.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Listboxview.hpp.

See Also

GetTextMetrics

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.