Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTooltip Class / FirstShowDelay Property


In This Topic
    FirstShowDelay Property
    In This Topic
    Gets or sets the amount of time (in milliseconds) after which the tooltip shows when requested. Taken into account when there is no other tooltip currently shown - e.g. this is the first shown tooltip. By default set to 200 ms.
    Syntax
    'Declaration
     
    
    Public Property FirstShowDelay As System.Integer
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As System.Integer
     
    instance.FirstShowDelay = value
     
    value = instance.FirstShowDelay
    public System.int FirstShowDelay {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also