Returns the ListItem's bounding rectangle, including subitems. The bounding rectangle is empty if the ListItem has not been added to a ListView control.
[Visual Basic] Public ReadOnly Property Bounds As Rectangle [C#] public Rectangle Bounds {get;} [C++] public: __property Rectangle get_Bounds(); [JScript] public function get Bounds() : Rectangle;
ListItem Class | ListItem Members | System.WinForms Namespace