Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollAndZoomToolBase Class / DoScrollInDirection Method


In This Topic
    DoScrollInDirection Method (NScrollAndZoomToolBase)
    In This Topic
    Must override to scroll the owner element in the specified direction.
    Syntax
    'Declaration
     
    
    Protected MustOverride Sub DoScrollInDirection( _
       ByVal dir As ENCompassDirection, _
       ByVal steps As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim dir As ENCompassDirection
    Dim steps As System.Double
     
    instance.DoScrollInDirection(dir, steps)
    protected abstract void DoScrollInDirection( 
       ENCompassDirection dir,
       System.double steps
    )

    Parameters

    dir
    steps
    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