Returns a specific portion of the ListItem's bounding rectangle. The rectangle returned is empty if the ListItem has not been added to a ListView control.
[Visual Basic] Public Function GetBounds( _ ByVal portion As Integer _ ) As Rectangle [C#] public Rectangle GetBounds( int portion ); [C++] public: Rectangle GetBounds( int portion ); [JScript] public function GetBounds( portion : int ) : Rectangle;
Rectangle associated with the ListItem
ListItem Class | ListItem Members | System.WinForms Namespace