Returns a specific portion of a list item's bounding rectangle.
[Visual Basic] Overloads Public Function GetItemRect( _ ByVal index As Integer, _ ByVal portion As Integer _ ) As Rectangle [C#] public Rectangle GetItemRect( int index, int portion ); [C++] public: Rectangle GetItemRect( int index, int portion ); [JScript] public function GetItemRect( index : int, portion : int ) : Rectangle;
Rectangle associated with the ListItem
ListView Class | ListView Members | System.WinForms Namespace | ListView.GetItemRect Overload List