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


In This Topic
    NextShowDelay 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 another tooltip currently shown - e.g. this is the next tooltip that must replace the existing one. By default set to 100 ms.
    Syntax
    'Declaration
     
    
    Public Property NextShowDelay As System.Integer
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As System.Integer
     
    instance.NextShowDelay = value
     
    value = instance.NextShowDelay
    public System.int NextShowDelay {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