SystemListViewGetSubItemBounds Method |
Retrieve the bounds of a ListViewSubItem
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected 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
- Type: System.Windows.FormsListViewItem
The Item containing the SubItem - pSubItem
- Type: SystemInt32
Index of the SubItem
Return Value
Type:
RectangleSubitem's bounds as a rectangle
See Also