Click or drag to resize

SystemListViewShowToolTipEventArgs Class

Provides data about the ItemShowToolTip event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Jam.ShellSystemListViewShowToolTipEventArgs

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public class ShowToolTipEventArgs : EventArgs

The SystemListViewShowToolTipEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
The zero based index of a Listview item.
Public propertySubItemIndex
Index to the list view sub items
Top
See Also