Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTooltipController Class
Members


In This Topic
    NTooltipController Class
    In This Topic
    The NTooltipController manages all tooltip requests per UI thread. It uses the NTooltipInfo object to create and display a pop-up window which contains brief summary about a control. Visually appealing effects like fade-in and fade-out animations, transparency, shadows, custom background, based on our generic NUIShape primitives, are easily achieved. The differences between the NTooltip component and the NTooltipController are many, most significant of them being animations, shadows supported on Windows 2000, synchronization in two subsequent tooltip display requests, control over tooltip's behavior, placement and appearance, etc.
    Object Model
    NTooltipController Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NTooltipController 
       Inherits Nevron.UI.NDisposableObject
       Implements Nevron.UI.INTimerCallBack 
    'Usage
     
    
    Dim instance As NTooltipController
    public sealed class NTooltipController : Nevron.UI.NDisposableObject, Nevron.UI.INTimerCallBack  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.NDefaultInitializableObject
          Nevron.UI.NDisposableObject
             Nevron.UI.WinForm.Controls.NTooltipController

    Requirements

    Target Platforms: 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