Returns the height of the given item in a list box. The index parameter is ignored if drawMode is not OwnerDrawVariable.
[Visual Basic] Public Function GetItemHeight( _ ByVal index As Integer _ ) As Integer [C#] public int GetItemHeight( int index ); [C++] public: int GetItemHeight( int index ); [JScript] public function GetItemHeight( index : int ) : int;
The height, in pixels, of the specified item.