Wimark.Controls Class Library  

ListViewItem.GetBounds Method

Specifies a portion of the list view item from which to retrieve the bounding rectangle.

[Visual Basic]
Public Function GetBounds( _
   ByVal portion As ItemBoundsPortion _
) As Rectangle 
[C#]
public Rectangle GetBounds( 
   ItemBoundsPortion portion 
);
[C++]
public: Rectangle GetBounds( 
   ItemBoundsPortion portion 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListViewItem Class | ListViewItem Members | Wimark.Controls Namespace