Click or drag to resize

SystemListViewShowToolTipEventArgs Class

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

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

The SystemListViewShowToolTipEventArgs type exposes the following members.

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