Click or drag to resize

SystemListViewShowToolTipEventArgs Constructor

Standard constructor

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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