Click or drag to resize

ListViewItemBounds Property

Gets the bounding rectangle of the item, including subitems.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public Rectangle Bounds { get; }

Property Value

Type: Rectangle
A Rectangle that represents the bounding rectangle of the item.
See Also