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


In This Topic
    ToggleScrollZoomModifierKey Property
    In This Topic
    Gets or sets the modifier key, which when pressed, toggles wheel zooming and scrolling. Whether zooming or scrolling is performed by default is specified by the ScrollByDefault property. By default set to Control.
    Syntax
    'Declaration
     
    
    Public Property ToggleScrollZoomModifierKey As ENModifierKeys
    'Usage
     
    
    Dim instance As NScrollAndZoomToolBase
    Dim value As ENModifierKeys
     
    instance.ToggleScrollZoomModifierKey = value
     
    value = instance.ToggleScrollZoomModifierKey
    public ENModifierKeys ToggleScrollZoomModifierKey {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