The following tables list the members exposed by LocationToolTipDisplayingEventArgs.
| Name | Description | |
|---|---|---|
|  | LocationToolTipDisplayingEventArgs Constructor | Creates a new instance of the ToolTipDisplayingEventArgs class. | 
| Name | Description | |
|---|---|---|
|  | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | 
|  | ElementKind | Returns the Infragistics.Win.Misc.LocationElementKind constant which identifies the user interface element for which the tooltip will be displayed, i.e., a Infragistics.Win.Misc.LocationTextButtonUIElement, Infragistics.Win.Misc.LocationDropDownButtonUIElement, or Infragistics.Win.Misc.LocationListItemUIElement. | 
|  | IsTextFullyVisible | Returns whether the text being displayed by the location is fully visible. | 
|  | Location | Returns the Infragistics.Win.Misc.UltraNavigationBarLocation with which this instance is associated. | 
|  | ScreenLocation | Gets/sets the location at which the tooltip will be displayed, expressed in screen coordinates. (Inherited from Infragistics.Win.Misc.UltraWinNavigationBar.ToolTipDisplayingEventArgs) | 
|  | ToolTipText | Overridden. Gets/sets the string that is displayed in the location's tooltip. |