ListBox::GetItemHeight Method (Int32)
.NET Framework (current version)
Returns the height of an item in the ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to return the height for.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified value of the index parameter is less than zero or greater than the item count. |
.NET Framework
Available since 1.1
Available since 1.1
Show: