The following tables list the members exposed by ToolTipDisplayingEventArgs.
Name | Description | |
---|---|---|
ToolTipDisplayingEventArgs Constructor | Creates a new instance of the ToolTipDisplayingEventArgs class. |
Name | Description | |
---|---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | |
IsToolTipForSubItem | Returns whether the ToolTip is being displayed for an UltraListViewSubItem. | |
Item | Returns the UltraListViewItem with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableItemEventArgs) | |
Location | Gets/sets the location at which the ToolTip is displayed, expressed in screen coordinates. | |
SubItem | Returns the UltraListViewSubItem for which the ToolTip is being displayed, or null if the ToolTip is not being displayed for an UltraListViewSubItem. | |
ToolTipText | Gets/sets the text that will be displayed in the ToolTip. |