Click or drag to resize

SystemListViewShowToolTipEventArgs Constructor

Standard constructor

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ShowToolTipEventArgs(
	ListViewItem listViewItem,
	int subItemIndex
)

Parameters

listViewItem
Type: System.Windows.FormsListViewItem
The listview item.
subItemIndex
Type: SystemInt32
The subitem index.
See Also