Click or drag to resize

SystemListViewGetSubItemBounds Method

Retrieve the bounds of a ListViewSubItem

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

Parameters

pItem  ListViewItem
The Item containing the SubItem
pSubItem  Int32
Index of the SubItem

Return Value

Rectangle
Subitem's bounds as a rectangle
See Also