TooltipState

 

Example

The following is an example of how to reference the TooltipState object:

	// The full path is required.
	dundas.ui.TooltipState.ANIMATE_IN
	

 

Properties

 
  Name Description
  ANIMATE_IN  
  ANIMATE_OUT The tooltip is in a transition between VISIBLE and HIDDEN.
  HIDDEN The tooltip is hidden.
  VISIBLE The tooltip is visible.