Version

LocationToolTipDisplayingEventArgs Class Members

The following tables list the members exposed by LocationToolTipDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorLocationToolTipDisplayingEventArgs ConstructorCreates a new instance of the ToolTipDisplayingEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyElementKindReturns 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.  
Public PropertyIsTextFullyVisibleReturns whether the text being displayed by the location is fully visible.  
Public PropertyLocationReturns the Infragistics.Win.Misc.UltraNavigationBarLocation with which this instance is associated.  
Public PropertyScreenLocationGets/sets the location at which the tooltip will be displayed, expressed in screen coordinates. (Inherited from Infragistics.Win.Misc.UltraWinNavigationBar.ToolTipDisplayingEventArgs)
Public PropertyToolTipTextOverridden. Gets/sets the string that is displayed in the location's tooltip.  
See Also