Click or drag to resize

SystemListViewGetSubItemBounds Method

Retrieve the bounds of a ListViewSubItem

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected Rectangle GetSubItemBounds(
	ListViewItem pItem,
	int pSubItem
)

Parameters

pItem
Type: System.Windows.FormsListViewItem
The Item containing the SubItem
pSubItem
Type: SystemInt32
Index of the SubItem

Return Value

Type: Rectangle
Subitem's bounds as a rectangle
See Also