Retrieves a Rectangle object which describes the bounding rectangle around an item in the list. If the item in question is not visible, the rectangle will be outside the visible portion of the control.
[Visual Basic] Public Function GetItemRectangle( _ ByVal index As Integer _ ) As Rectangle [C#] public Rectangle GetItemRectangle( int index ); [C++] public: Rectangle GetItemRectangle( int index ); [JScript] public function GetItemRectangle( index : int ) : Rectangle;
a Rectangle object with the given item's bounds.