ShellBrowser .Net Edition
GetSubItemBounds Method (Item, SubItem)
NamespacesJam.ShellSystemListViewGetSubItemBounds(ListViewItem, Int32)
Retrieve the bounds of a ListViewSubItem
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
Item (ListViewItem)
The Item containing the SubItem
SubItem (Int32)
Index of the SubItem
Return Value
Subitem's bounds as a rectangle

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)