TooltipDisplayCondition
public enum TooltipDisplayCondition
                Represents the conditions at which a tooltip from a TooltipProvider should
be displayed.
- 
                  
                  
The tooltip should be displayed if
TooltipProvider.viewForTooltipis partially occluded on screen.Declaration
Swift
case viewPartiallyOccluded - 
                  
                  
The tooltip should always be displayed when the mouse hovers over the associated control.
Declaration
Swift
case always