Click or drag to resize

JamBaseShellListViewOnItemShowToolTip Method

This method is extended to show tool tip texts of the particular shell objects.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnItemShowToolTip(
	SystemListViewShowToolTipEventArgs eventArgs
)

Parameters

eventArgs
Type: Jam.ShellSystemListViewShowToolTipEventArgs
An SystemListViewShowToolTipEventArgs that contains the event data.
See Also