Retrieve the bounds of a ListViewSubItem
| C# | Visual Basic | Visual C++ |
protected Rectangle GetSubItemBounds( ListViewItem Item, int SubItem )
Protected Function GetSubItemBounds ( _ Item As ListViewItem, _ SubItem As Integer _ ) As Rectangle
protected: Rectangle GetSubItemBounds( ListViewItem^ Item, int SubItem )
- Item (ListViewItem)
- The Item containing the SubItem
- SubItem (Int32)
- Index of the SubItem
Subitem's bounds as a rectangle