ListBox.GetItemRectangle Method
Returns the bounding rectangle for an item in the ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of item whose bounding rectangle you want to return.
Return Value
Type: System.Drawing.RectangleA Rectangle that represents the bounding rectangle for the specified item.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
The index parameter is less than zero or greater than or equal to the value of the Count property of the ListBox.ObjectCollection class. |
If the item specified in the index parameter is not visible, the rectangle returned by this method will be outside the visible portion of the control. You can use this method to determine the size and position of an item within the list. To get the height of an item, especially a variable-height owner drawn list item, you can use the GetItemHeight method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.