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


In This Topic
    ShowDuration Property
    In This Topic
    Gets or sets the amount of time (in milliseconds) after which the tooltip automatically closes. If set to a value smaller than zero (-1), the tooltip will never expire. If set to zero the tooltip will never show. By default set to 5000 ms (5 s).
    Syntax
    'Declaration
     
    
    Public Property ShowDuration As System.Integer
    'Usage
     
    
    Dim instance As NTooltip
    Dim value As System.Integer
     
    instance.ShowDuration = value
     
    value = instance.ShowDuration
    public System.int ShowDuration {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