SystemListViewGetSubItemBounds Method |
Retrieve the bounds of a ListViewSubItem
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected Rectangle GetSubItemBounds(
ListViewItem pItem,
int pSubItem
)
Protected Function GetSubItemBounds (
pItem As ListViewItem,
pSubItem As Integer
) As Rectangle
protected:
Rectangle GetSubItemBounds(
ListViewItem^ pItem,
int pSubItem
)
member GetSubItemBounds :
pItem : ListViewItem *
pSubItem : int -> Rectangle
Parameters
- pItem ListViewItem
- The Item containing the SubItem
- pSubItem Int32
- Index of the SubItem
Return Value
RectangleSubitem's bounds as a rectangle
See Also