Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollAndZoomToolBase Class / ActivateDelay Property


In This Topic
    ActivateDelay Property
    In This Topic
    Controls the delay which must ellapse, before the tool can be activated again (in milliseconds). By default set to 500.
    Syntax
    'Declaration
     
    
    Public Property ActivateDelay As System.Integer
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim value As System.Integer
     
    instance.ActivateDelay = value
     
    value = instance.ActivateDelay
    public System.int ActivateDelay {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