System.Windows.Forms.ListBox.GetItemRectangle Method

Returns the bounding rectangle for an item in the System.Windows.Forms.ListBox.

Syntax

public System.Drawing.Rectangle GetItemRectangle (int index)

Parameters

index
The zero-based index of item whose bounding rectangle you want to return.

Returns

A System.Drawing.Rectangle that represents the bounding rectangle for the specified item.

Remarks

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 ListBox.GetItemHeight(int) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0