Version

IGWinTooltip Class

IGWinTooltip provides tool tips for UltraWinChart.
Syntax
'Declaration
 
Public Class IGWinTooltip 
   Inherits System.Windows.Forms.Control
public class IGWinTooltip : System.Windows.Forms.Control 
Remarks

This control provides tool tips and support for WinTooltipAppearance.

Using IGWinTooltip is a two-step process:

  1. Call SetLocation to set the position where the tool tip is to appear.
  2. Add the appropriate primitives to the Scene graph property.
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