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


In This Topic
    FlipScrollDirectionModifierKey Property
    In This Topic
    Gets or sets the modifier key, which flips the wheel scroll direction. By default the tool will scroll either horizontally or vertically as specified by the DefaultScrollVertical property. By default set to Shift.
    Syntax
    'Declaration
     
    
    Public Property FlipScrollDirectionModifierKey As ENModifierKeys
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim value As ENModifierKeys
     
    instance.FlipScrollDirectionModifierKey = value
     
    value = instance.FlipScrollDirectionModifierKey
    public ENModifierKeys FlipScrollDirectionModifierKey {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