Version

UltraToolTipManager Class

Component which allows the display of an UltraToolTip on controls.
Syntax
'Declaration
 
Public Class UltraToolTipManager 
   Inherits Infragistics.Win.UltraStylableComponent
   Implements Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling 
public class UltraToolTipManager : Infragistics.Win.UltraStylableComponent, Infragistics.Shared.IUltraComponent, Infragistics.Win.AppStyling.ISupportAppStyling  
Remarks

The UltraToolTip has several advantages over the standard inbox tooltip. It has properties to control it's appearance like BackColor and ForeColor. It can even display using Gradient or Hatch style or use an ImageBackGround. It can also display in BalloonTip style and display Title information as well as an Image.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also