Version

ToolTipDisplayingEventArgs Class Members

The following tables list the members exposed by ToolTipDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorToolTipDisplayingEventArgs ConstructorCreates a new instance of the ToolTipDisplayingEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyIsToolTipForSubItemReturns whether the ToolTip is being displayed for an UltraListViewSubItem.  
Public PropertyItemReturns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs)
Public PropertyLocationGets/sets the location at which the ToolTip is displayed, expressed in screen coordinates.  
Public PropertySubItemReturns the UltraListViewSubItem for which the ToolTip is being displayed, or null if the ToolTip is not being displayed for an UltraListViewSubItem.  
Public PropertyToolTipTextGets/sets the text that will be displayed in the ToolTip.  
See Also